tcl.print-error

Verb: Access/TCL, Releases: AP

Prints error message from stacked data statements.

Syntax

execute 'print-error'

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 Pick/BASIC allows 'stacked' data statements.

Example

data '100'
data 'black'
data 'white'
execute 'print-error'

This program displays:

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

See Also

Command Name Type Description
tcl.print-err Verb: Access Displays effect of error message.
filename.messages Definition Contains system messages.
basic.error Statement Displays error message.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.