PickBASIC / FlashBASIC
inputerr statement
.mdThe inputerr statement displays a message on the status (bottom) line of the terminal. it meant to be used with the input@ statement.
Syntax
inputerr str.expParameter(s)
| str.exp | Error message text. |
Description
If inputerr is used in a subroutine call from the Update processor, the item cannot be filed if an error exists. In this case, control returns to the Update processor input screen.
Example(s)
See also
Referenced by
5 topics mention inputerr statement in its description.