String Constant

Discuss any general programming issues here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

String Constant

Post by djrikki »

Hey,

Stupid question alert, If I have a string value of #BASELINE_EXAMPLE which I have just retrieved from a listview column, it is absolutely that, it is a string, not a constant. Is there anyway to attach the value of the real constant to this string? I fear the answer is a no. :lol: Hope this makes sense. :S
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: String Constant

Post by djrikki »

Feel free to ignore/delete, I've gone off and found an alternative solution to the dilemma I was facing.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: String Constant

Post by airsoftsoftwair »

I don't understand this question. You might have some misconception about constants. First, strings can also be constants. There can be numeric and string constants. Second, you can never change the value of a constant. Otherwise it would be named variable :)
Post Reply