simoncpage
Programmer
Hi all,
If I have the following constant
Public Const ABC as String
And I default ABC = "hello" but in my application I have an input box that accepts a new value and data type for ABC how can I make it so that if ABC is changed to ABC = 3.13 and Long how can I get this to write to the program so that you get
Public Const ABC as Long ??? after you close and reopen the program?
Any help again would be great thanks!
Simon
If I have the following constant
Public Const ABC as String
And I default ABC = "hello" but in my application I have an input box that accepts a new value and data type for ABC how can I make it so that if ABC is changed to ABC = 3.13 and Long how can I get this to write to the program so that you get
Public Const ABC as Long ??? after you close and reopen the program?
Any help again would be great thanks!
Simon