( |
|
|
|||
Counts objects in a comma separated string value list |
Parameters: | |
List of string values. | |
external function Integer CountObjects(string); global procedure OnApplicationStartup() begin stopalert(CountObjects("ONE,TWO,THREE,FOUR")); return; end;
Related topics: |