Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Function

Return a string, given a boolean value.

BooleanToStringFunction(VALUE_BV, TRUE_SV, FALSE_SV)

VALUE_BV

A boolean value.

TRUE_SV

A string that you want returned if VALUE_BV evaluates to TRUE.

FALSE_SV

A string that you want returned if VALUE_BV evaluates to FALSE.

Description

Use this function to return a specific string (TRUE_SV or FALSE_SV) when given a boolean value.