hovercraft
Technical User
Greetings,
How could I cycle through each value of a field in a table and use that value in a function?
something to the effect of:
global var_myvar as string
var_myvar = for each fieldname in tablename
call functionname
next var_myvar
and then in functionname I would use var_myvar for something.
I hope this makes sense. That is to say, I hope I've explained myself.
Thanks for any assistance,
Hovercraft
How could I cycle through each value of a field in a table and use that value in a function?
something to the effect of:
global var_myvar as string
var_myvar = for each fieldname in tablename
call functionname
next var_myvar
and then in functionname I would use var_myvar for something.
I hope this makes sense. That is to say, I hope I've explained myself.
Thanks for any assistance,
Hovercraft