0307
|
Summary: |
Inactive user defined function |
|---|---|
|
Cause: |
Attempt to assign a value to a user-defined function that is not active. |
|
Remedy: |
Correct the program. The most likely cause is a GOTO to the middle of a user-defined function. A FN Variable cannot be assigned unless the user-defined function it names has been called and the FNEND has not yet been encountered. |