2012-04-19, 02:50 AM
This seems to not work - skipping the loop. Surely small negative numbers shouldn't be an issue for a byte sized variable?
Code:
DIM x as byte
for x=-91 to 91
print x
next x
