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
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?
Hi Glen
I want to save my varibles to disk.
Using PreservesVariables is working fine, but when reprogramming values are lost.
morten