Another quick question:

I've rounded up the Value 21.845 to 22 see below

Code:
LET Y = (x /22)     'Scaled down value of X
When I used the value of 21.845 and try and compile it I get an error saying bad variable modifier. Is there any way of making the program use 21.845 for super accuracy?

Dave