contents.gifindex.gifprev1.gifnext1.gif

List_Cnt

Purpose

Returns the number of elements within the list <expr>, where each element is delimited by <Delims>. If <expr> is not a well-formed list (based on <Delims>) then 0 is returned.

Arguments

List_Cnt( <expr> , <Delims> )

Notes

If <Delims> is a single character, then that character is used as a trailing delimiter. If <Delims> is a pair of characters, then they are used as Left and Right delimiters respectively. If both are the same, then only a single occurrence of the character may appear between each element.