i have variables:
var1
var2
var3
and so on ..
so, is it possibe to write something like:
for i:= 1 to 3 do
var&i := myvalue;
where &i mean number of i. like var1:= and var2:=
can anyone help please?
it may call as macro substiution or ececuting string or something like this.
it is possible in FoxPro, is it possible in Delphi too?
var1
var2
var3
and so on ..
so, is it possibe to write something like:
for i:= 1 to 3 do
var&i := myvalue;
where &i mean number of i. like var1:= and var2:=
can anyone help please?
it may call as macro substiution or ececuting string or something like this.
it is possible in FoxPro, is it possible in Delphi too?