LISTSERV Maestro 10.1-7 Help Table Of Contents

Calculation Formulas

Back to Calculation Formulas Overview
Back to Functions Overview


Function "Count"

Count(set)

Function: Counts and returns the number of elements in the given set.

Return-Type: Number

Arguments:
set - Type Text Set or Number Set: The set to count the elements of.

Examples:
Count(SetOf("elem1", "elem2", "elem3"))
Count(SetOf(1, 2, 3, 4, 5))
Count(&MULTI_SELECT_FIELD;)

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