error() Function

Raises an error with the given message.

Syntax

error( message )

message: (Text) The text of the error message.

Returns

Any Type

Notes

This function is used for invalidating execution. It never returns a value.

Examples

error("This is an error message.") returns an error with the message This is an error message.

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK