Hi
I have declared a variable (FoxPro 9.0) as MyVariable ="A name" and want to use MyVariable as a column name for my table. Something like this,
[...]
MyVariable ="A name"
Select LotofValues as MyVariable;
[...]
Doing this the column is named MyVariable and not A name as I want. Ideas?
I have declared a variable (FoxPro 9.0) as MyVariable ="A name" and want to use MyVariable as a column name for my table. Something like this,
[...]
MyVariable ="A name"
Select LotofValues as MyVariable;
[...]
Doing this the column is named MyVariable and not A name as I want. Ideas?