I have 60 fields with names I_1, I_2, I_3, and so on. Now i will produce gets for this fields in a loop.
But this is not functioning!?
for i = 1 to 60
nii := ltrim(str(i))
Tget():redefine(1000+i, bSETGET(erf->I_&nii), oDlg,,"#",erf->I_&nii < 10)
nextBut this is not functioning!?