Newbie Round Question
MichaelOrlando1
Posts: 2
Hello Everyone
Total Newbie Question
I have search the forum for Round, newbie, ect
Also succesful completed Chapter one thru three toturials
I need help using the spin ROUND(num)
Code:
· ' Light_Count := Light_Count * .0001
·· x := round(Light_Count)···· "Light_count = 1 to 1000·· I want to round to nearestest 100 return 1 to 9
Error Msg >>> Expected a constant, unary operator, or a "(".
Thanks in advance
Mike
Total Newbie Question
I have search the forum for Round, newbie, ect
Also succesful completed Chapter one thru three toturials
I need help using the spin ROUND(num)
Code:
· ' Light_Count := Light_Count * .0001
·· x := round(Light_Count)···· "Light_count = 1 to 1000·· I want to round to nearestest 100 return 1 to 9
Error Msg >>> Expected a constant, unary operator, or a "(".
Thanks in advance
Mike
Comments