Ok my quiestion is about varibles something like in VFox:
string variable;
for(int i=0; i=10 ; i++)
{
variable = "mem"+i.SoStrin g();
// now part i need some solution in fox would be like this &variable
string &variable;
}
mem2 = "Somthing.. .";
So question is easy way to declare variable from data in other variable....
Thx
string variable;
for(int i=0; i=10 ; i++)
{
variable = "mem"+i.SoStrin g();
// now part i need some solution in fox would be like this &variable
string &variable;
}
mem2 = "Somthing.. .";
So question is easy way to declare variable from data in other variable....
Thx
Comment