Hi,
I am trying to create a global constant for a floating point value.
I can find examples galore of Integer constants in the help files, but no references to using a floating point constant.
using a % sign is apparently indicating an integer... so this doesn't work:
%My_Constant = 33.7
I know I could just create a global variable and assign a value to it... Is that what I have to do, or is there something I have missed?
Ken
I am trying to create a global constant for a floating point value.
I can find examples galore of Integer constants in the help files, but no references to using a floating point constant.
using a % sign is apparently indicating an integer... so this doesn't work:
%My_Constant = 33.7
I know I could just create a global variable and assign a value to it... Is that what I have to do, or is there something I have missed?
Ken
Comment