| print-err | Index Level | print-filter |
| Syntax | execute "print-error" |
| Category | TCL |
| Type | Verb |
| Description |
prints an error message from stacked data statements.
The "print-error" command is like the "print-err" command, with the difference that this verb, when executed from FlashBASIC allows "stacked" data statements. |
| Options | |
| See Also | print-err messages file ERROR |
| Example |
data "100"
data "black" data "white" execute "print-error" This program displays: [100] 'black ' is not 'white'. |
| Warnings | |
| Compatibility | D3 7.0 AP |
| print-err | Index Level | print-filter |