M
Michael Fitzpatrick
Is it possible to set a variable with the value of a compile time constant.
Example:
#Const MODE_STR = "Mode1"
dim strMode as String = MODE_STR
Obviously this doesn't work. Is there a way to achieve the same thing???
Example:
#Const MODE_STR = "Mode1"
dim strMode as String = MODE_STR
Obviously this doesn't work. Is there a way to achieve the same thing???