Well, err, yeah . . .
Instead of this sort of thing:
which will send that loop round 10 (Ten) times, is there a way I can make my loop count up 1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
so it can pump out Hex numbers, so that loop (for the sake of argument) goes round '10' (Sixteen) times?
Instead of this sort of thing:
CODE:
put 1 into KOUNTrepeat until KOUNT > 10-- do somethingadd 1 to KOUNTend repeat
so it can pump out Hex numbers, so that loop (for the sake of argument) goes round '10' (Sixteen) times?
Statistics: Posted by richmond62 — Mon Oct 07, 2024 11:18 am