Array of gets
Posted: Wed Oct 26, 2005 7:07 am
Hi !
I want to assign gets in for .. next . Here is a small sample :
local oGets[ len( aFlds ) ]
...
for nGt := 1 to len( aFlds )
cFld := aFlds[ nGt ]
@ nRw, nCol GET oGets[ nGt ] VAR aGets[ nGt ] PICTURE aPct[ nGt ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld )
next
It seems that this isn't working .. ( I remmember something about deattached locals , but at this moment i can't to find about them . Thanks in advance for any help !
With best regards !
I want to assign gets in for .. next . Here is a small sample :
local oGets[ len( aFlds ) ]
...
for nGt := 1 to len( aFlds )
cFld := aFlds[ nGt ]
@ nRw, nCol GET oGets[ nGt ] VAR aGets[ nGt ] PICTURE aPct[ nGt ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld )
next
It seems that this isn't working .. ( I remmember something about deattached locals , but at this moment i can't to find about them . Thanks in advance for any help !
With best regards !