04-19-2012, 03:00 PM
My experiments:
Works well, but if startts wits -37:
It does not work anymore, so 37 is a magic number.
did not work too.
Works well
does not work
Works
Works
DOES NOT WORK!!!
hock:
OMG, how it can be?
Code:
DIM x as byte
for x=-36 to 91
print x;" , ";
next x
Code:
DIM x as byte
for x=-37 to 91
print x;" , ";
next x
Code:
DIM x as Integer
for x=-20000 to 20000
print x;" , ";
next x
Code:
DIM x as Integer
for x=-15000 to 15000
print x;" , ";
next x
Code:
DIM x as Long
for x=-1100000000 to 1100000000
print x;" , ";
next x
Code:
DIM x as Long
for x=-1000000000 to 1000000000
print x;" , ";
next x
Code:
DIM x as byte
for x=-91 to 36
print x;" , ";
next x
Code:
DIM x as byte
for x=-91 to 37
print x;" , ";
next x

OMG, how it can be?
------------------------------------------------------------
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!