NUM

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Returns the numeric value of the text string passed. An invalid string will result in SW_NA.

Syntax

NUM (text)

where text is a text string.

Returns

Numeric value of text.

Examples

TIBCO iProcess Modeler:

NUM ("123")

returns 123

TIBCO Business Studio:

IPEConversionUtil.NUM("123");