QMDcount() |
|
|
The QMDcount() function counts delimited items in a string. It is analogous to the QMBasic DCOUNT() function.
The function arguments are:
The QMDcount() function is usually used to count fields, values or subvalues in a dynamic array but can be used to count elements in any string that is separated by any substring.
This function is evaluated on the client system and does not require a server connection to be open.
The examples below return the number of comma separated items in the Address variable.
|