Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Arrays in QV script?

Hi there,

I am wondering how to work with arrays in QV script. Is there any documentation? Till now I could not find anything in the official documentation.

Is there an easy way to copy all values of a single resident table row  into an variable array?

There is the possibility to get and iterate through all different values of a table column with the following command.

FOR EACH value IN FieldValueList('columnName')

...

NEXT value

But is there also the possibility to assign a FieldValueList to a variable? Or are there other possibilities to later access or separate the fields of an array? This would add much more flexibility tzo scripting...

Kind regards

Chris

0 Replies