Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Variable name to string and back again


MortenS Mar 28, 2011 12:51 PM

Is it posible to convert a variable name into a string

e.g

Public Test
Public VarName as String * 35


BeginProg
VarName = VariableNameToStringFunction(Test)
Endprog


ChipsNSalsa Mar 29, 2011 12:03 AM

I'm not sure I like where you're going with this one MortenS, but I could be wrong. Why is it that you want one variable to contain the name of another?


MortenS Mar 29, 2011 09:41 AM

Hi Glen

I want to save my varibles to disk.

Using PreservesVariables is working fine, but when reprogramming values are lost.

morten

Log in or register to post/reply in the forum.