I think sometimes you might need to use WORD size VAR.
blatentlyobvious var bit : blatentlyobvious = 0
Check the DATA sheet, bit is not big enough.![]()
I think sometimes you might need to use WORD size VAR.
blatentlyobvious var bit : blatentlyobvious = 0
Check the DATA sheet, bit is not big enough.![]()
Dave
Always wear safety glasses while programming.
How 'bout this:
nuffsaid var bit : nuffsaid = 1 : Argument var bit : Argument = 0
blatentlyobvious var signed_quad_double_float[10 ^ 100]
blatentlyobvious = 0
main:
argument = 1 : if argument then gosub skimask
goto main
skimask:
blatentlyobvious = 1 / 0
return
Now then...how 'bout that new, improved code AlaskanEE?
Bookmarks