Is there a function in vfp to get the data from a field based on the field position instead of the name of the field.
for example
my field is :
idnumber c 5
name c 30
balance1 n 17 2
balance2 n 17 2
balance3 n 17 2
fieldget(1) it will get the first field (idnumber)
fieldget(2) it will get the second field (name)
fieldget(3) it will get the third field (balance1)
engan
for example
my field is :
idnumber c 5
name c 30
balance1 n 17 2
balance2 n 17 2
balance3 n 17 2
fieldget(1) it will get the first field (idnumber)
fieldget(2) it will get the second field (name)
fieldget(3) it will get the third field (balance1)
engan