Previous Topic: HOUR24 Function--Convert to Hour

Next Topic: KEY Function--Look Up Key

INFO Function--Write INFO Message to Console Log

The INFO function writes the string argument to the SOA Security Manager Console Log as an INFO message.

Syntax

The INFO function has the following format:

INFO(source_string)

Parameters

The INFO function accepts the following parameter:

source_string (string)

Return Value

The INFO function returns a Boolean, always TRUE.

Example

Return_value=INFO("86% Complete")
Return_value=TRUE

More information:

ERROR Function--Write Error Message to Console Log

TRACE Function--Write Trace Entry to Console Log

TRACE Function--Write Trace Entry to Console Log