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_tableMOVENEXT tableLOOP
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_tableMOVENEXT tableLOOP