Page 2 of 2

Re: FWH 18.08: Gets with loop variable as array subscript

Posted: Tue Jan 29, 2019 4:09 pm
by ellano
Thanks, so I abandon the other structure until a further version? :D

Something (imaginary) like

Code: Select all | Expand

nIDGet:= 64
nID    := 108
FOR nIDVar := 23 TO 30
    REDEFINE GET oGet GetSUBSCRIPT nIDGet VAR aPedg VarSUBSCRIPT nIDVar,2 MEMO ID IDSubstript nId OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]
    nID++
    nIDGet++
NEXT