darrenhubbard
Technical User
Hi All,
A real beginners question, and I'm sure it's really simple to solve, but it's driving me up the wall:
Basically, I have a query and I need to be able to through it, record by record, and store various pieces of the data in a varable AS TEXT. ie. in verypseudocode:
For i= 1 to dcount(queryname)
var1 = query(queryname).record(i).field(fieldname)
var2 = query(queryname).record(i).field(fieldname2)
...
etc
next i
It's important that var1 and var2, etc are text for later manipulations.
Any thoughts?
Cheers,
Darren
A real beginners question, and I'm sure it's really simple to solve, but it's driving me up the wall:
Basically, I have a query and I need to be able to through it, record by record, and store various pieces of the data in a varable AS TEXT. ie. in verypseudocode:
For i= 1 to dcount(queryname)
var1 = query(queryname).record(i).field(fieldname)
var2 = query(queryname).record(i).field(fieldname2)
...
etc
next i
It's important that var1 and var2, etc are text for later manipulations.
Any thoughts?
Cheers,
Darren