bug or not bug ??
Posted: Sun Feb 19, 2012 7:16 pm
why this code print "1 5 9" and not "1 2 3 4 5 6 7 8 9" ?
Code: Select all
calldebugger
restore start
while b.b<>9
read b.b
debug b.b
wend
debug a$
calldebugger
datasection
start:
data.b 1,2,3,4,5,6,7,8,9
EndDataSection