Contents Up Previous Next

OutError

Purpose
Description
Example
Macro Synopsis
Modules
Related Functions


Purpose

Error Output (Macro only)

Description

"OutError" displays the given string in the Dataplore ® error window. The function is only available in the macro language.

Example

"OutError" can be used to warn the user in case of bad input, or if data cannot be processed for any reason.

Macro Synopsis

OutError(s);
string s;

Modules

Basic

Related Functions

OutString