The ubasic large number scanning issue happens on a590-101b too, cam locks up and dies reading large number constants, but is able to use them if one puts the number in two statements :
x = 1234
x = (x * 10000) + 5678
print x
rem where this will stall and die:
x = 123456768
Tried to talk to the bugtracker but it's sulking, not letting me register
