
Originally Posted by
Acetronics
Hi,
...
or use a flag ...
for digit 1 to 4
IF Digit = 0 AND Flag = 0 then
... do not show it : Flag = 0
ELSE
... Show it : Flag = 1
ENDIF
Next digit
Alain
If the digit variable in this loop can only take values from 1 to 4, how can "IF Digit = 0 AND Flag = 0 then..." work?
-------------------------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks