LISTSERV Maestro 8.1-4 Help

Forward >> << Back Table Of Contents

Calculation Formulas

Back to Calculation Formulas Overview
Back to Functions Overview


Function "IsNum"

IsNum(arg)

Function: Checks if the given argument can be converted into a number or set of numbers. Returns "true" if the argument can be converted into a number or set of numbers, "false" if not.

This function is a companion function to ToNum: If IsNum returns "true" for a given argument, then it is safe to use ToNum on the same argument (i.e. ToNum will not generate an error when used with the same argument).

Return-Type: Boolean

Arguments:
arg - can be of any type:

Examples:
IsNum("12345")
IsNum(&AGE;)
IsNum(true)
IsNum("123" + "456")

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