2111

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

Missing lines for a program in object code

Cause:

Lines for an object program are missing. For example, a program with a GOTO statement that references a line, which does not exist, will cause this error when the following command is issued:SAVE program OBJECT

Remedy:

Resolve line reference problems with lines added to an object (.WBO) program before attempting to SAVE or REPLACE a program.