Page 1 of 1

bug or not bug ??

Posted: Sun Feb 19, 2012 7:16 pm
by dobro
why this code print "1 5 9" and not "1 2 3 4 5 6 7 8 9" ? :shock:

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





Re: bug or not bug ??

Posted: Sun Feb 19, 2012 7:20 pm
by KJ67
Try;

Code: Select all

Read.B b.b

Re: bug or not bug ??---- NO BUG !! Sorry

Posted: Sun Feb 19, 2012 7:21 pm
by dobro
arf !! :oops: :oops: Thanks :lol: