Previous Topic: SPACE Function--Return a String of Spaces

Next Topic: THROW Function--Stop Processing and Report Custom Error

STRING Function--Convert to a String

The STRING function converts a number or Boolean into a string value.

Syntax

The STRING function has the following format:

STRING(num_value|bool_value)

Parameters

The STRING function accepts either one of these parameters:

num_value (number)

bool_value (Boolean)

Return Value

The STRING function returns a string.

Example

Return_value=STRING(TRUEVAL)
Return_value="TRUE"

Return_value=STRING(123)
Return_value='123'

More information:

BOOLEAN Function--Convert to "TRUE" or "FALSE"

NUMBER Function--Convert to a Numeric Value


Copyright © 2010 CA. All rights reserved. Email CA about this topic