FWH 18.08: Gets with loop variable as array subscript

ellano
Posts: 107
Joined: Tue Sep 15, 2009 7:52 am

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

Post by ellano »

Thanks, so I abandon the other structure until a further version? :D

Something (imaginary) like

Code: Select all

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
Post Reply