Memory file row number is too large

MFROWTOOBIG

Development error. An attempt was made to access a row beyond the end of the filled rows in the memory file (e.g., trying to reference row 20 when only 10 rows are filled in the memory file). If the memory file is set to operate on a keyworded section, you can only operate on the rows marked by the active keyword. Use (mf_rowq() - 1) to determine the maximum memory file row number you can access at any time.


Home Contents Previous Next