Re: fields in a cursor

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi HME

I am trying to build a graph by creating a String with tabs between the
fields and CRLF at the end of each record, but I am not sure how to
reference the fields in the cursor.

Maybe
lxValue = evaluate(field(i))

or
lcField = field(i)
lxValue = &lcField

or
lcField = "cursor." + field(i)
lxValue = &lcField

Regards
Bernhard Sander
.