[Gambas-user] Issue 94 in gambas: A For-statement can store an Integer in a Byte/Short.
gambas at ...2524...
gambas at ...2524...
Wed Aug 31 23:27:01 CEST 2011
Comment #1 on issue 94 by math.e... at ...221...: A For-statement can store
an Integer in a Byte/Short.
http://code.google.com/p/gambas/issues/detail?id=94
Of course, if you write
For i = 1 To 255
Next
Print i
it will run through the loop and do nothing, then print 256.
Try with
For i = 1 To 255
Print i
Next
More information about the User
mailing list