1154: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
Line 14: | Line 14: | ||
# Add a [[line number]] or add a [[line continuation]] to the previous line | # Add a [[line number]] or add a [[line continuation]] to the previous line | ||
# Add the missing space between the line number and the ! | # Add the missing space between the line number and the ! | ||
# To | # To find this error one may | ||
clear all | clear all | ||
load path\program.br.brs,so | load path\program.br.brs,so |
Latest revision as of 15:00, 21 April 2017
Summary: |
Unexpected formatting applied during Edit |
---|---|
Cause: |
|
Remedy: |
If none of the following apply and you are using EDI, try reloading the editor's source file into BR! as source.
clear all load path\program.br.brs,so list -99999 the line after the last one listed was the problem. (or at least the first instance of it) |