0201: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
m (1 revision) |
(No difference)
|
|
Summary: |
|
|---|---|
|
Cause: |
A Return statement occurs without a preceding GoSub statement. |
|
Remedy: |
Ensure that the execution of a GoSub statement precedes the processing of each Return statement. |