2007 Aug 23 1:50 PM
hallow
i wont top now how i change variable from negative to postive
like change -5 to 5
thankes
2007 Aug 23 1:51 PM
Hi,
do this:
if value < 0.
value = value * ( -1 ).
endif.
Regards, Dieter
Hi,
do this:
if value < 0.
value = value * ( -1 ).
endif.
Regards, Dieter
2007 Aug 23 1:51 PM
Hi,
do this:
if value < 0.
value = value * ( -1 ).
endif.
Regards, Dieter
2007 Aug 23 1:51 PM
2007 Aug 23 1:51 PM
Hi Shnya,
You just multiply with " -1", it wil get converted from Positive to negative or vice versa.
Hope I answered your query.
Regards,
Sujatha
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |