MOVENEXT

The keyword MOVENEXT is used in conjunction with a WHILE statement iteration over a table. For a more
detailed example see WHILE.

WHILE table.EOF=false 
PRINT ‘We just read the column and got the value ‘+table.Column_name_in_table
MOVENEXT table
LOOP
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.