Table of Content
HAL Forum
function integer CountObjects (
string StringValues)
Description:
Counts objects in a comma separated string value list
Parameters:
StringValues List of string values.
external function Integer CountObjects(string);

global
procedure OnApplicationStartup() 
begin

  stopalert(CountObjects("ONE,TWO,THREE,FOUR"));

  return;
end;

Related topics:
««