| error | |
| ACTION: |
returns a string containing the most recent compile or runtime errors (cleared at start of compiling)
|
| USE: |
to trap runtime errors
|
| EXAMPLE: |
string e=error if e then print e : 'followied by exit procedures |
| RESULT: |
displays the last error, if it exists. |
| REMARKS: |
the error buffer is automatically cleared after using this function. |
| RELATED: |
#error
#alert
|