2007 May 09 11:47 AM
Hi
I have a variable called SUBTOTAL which may be a positive value ( eg 12345) or Negative value (eg : 12345-) When the variable SUBTOTAL is of negative value then I should clear the variable zfaxnumber. ????
Thanks,
Vind.
2007 May 09 11:53 AM
put like this
if sum lt 0.
clear field.
else.
do nothing.
endif.
Regards
Prabh
put like this
if sum lt 0.
clear field.
else.
do nothing.
endif.
Regards
Prabh
2007 May 09 11:53 AM
put like this
if sum lt 0.
clear field.
else.
do nothing.
endif.
Regards
Prabh
2007 May 09 12:07 PM
hi
good
you can give the condition like this
check the condition value first using a if loop and if the condition is true than you can write zfaxnumber = 0 or clear zfaxnumber.
thanks
mrutyun^
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |