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
Comments
Please sign in to leave a comment.