LISTSERV Maestro 8.1-4 Help

Forward >> << Back Table Of Contents

Calculation Formulas

Back to Calculation Formulas Overview
Back to Functions Overview


Function "ToString"

ToString(arg)

ToString(set)

Function: Returns the given argument (or set) as text (or set of texts, if a set was supplied as argument).

Return-Type: Text or Text Set

Arguments:
arg - Single Argument or Set: If a single argument is given, then this argument is converted to a text and returned. If a set of arguments is given, then all arguments in the set are converted to texts and a set with these texts is returned.

Examples:
ToString(17)
ToString(SetOf(1,23,43))

© 2002-2017 L-Soft Sweden AB. All rights reserved.