print-error Command

The print-error BASIC program prints an error message from stacked data statements.

Syntax

execute "print-error"

The print-error command is similar to the print-err command with the difference that this command, when executed from FlashBASIC, allows stacked data statements.

Example(s)

 

data "100"

data "black"

data "white"

execute "print-error"

[100] ’black ’ is not ’white’.

See Also

error Statement, messages File, print-err Command