FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 18.08: Gets with loop variable as array subscript
Posts: 107
Joined: Tue Sep 15, 2009 07:52 AM
Re: FWH 18.08: Gets with loop variable as array subscript
Posted: Tue Jan 29, 2019 04:09 PM
Thanks, so I abandon the other structure until a further version? :-)

Something (imaginary) like

Code (fw): Select all Collapse
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

Continue the discussion