Hi,
I want to make some of my Global variables into Constant variables because it is faster in the program. However I get and error of "Values must be constant" when I try to put the following definition in:
Const starttime = MilliSecs()
There isn't another variable with the same name and it is written write after the Graphics command. I don't know why it is coming up, anyone have any ideas?
Thanks
Seb
I want to make some of my Global variables into Constant variables because it is faster in the program. However I get and error of "Values must be constant" when I try to put the following definition in:
Const starttime = MilliSecs()
There isn't another variable with the same name and it is written write after the Graphics command. I don't know why it is coming up, anyone have any ideas?
Thanks
Seb