NumberOfEventsEx Syntax NumberOfEventsEx(str); str A string specifying an Event. Description Returns the number of the specified Event. The function is not supported in Post-processor scripting. Returns A number indicating the number of the Event in the current job. Example $eventnumber = numberOfEventsEx("invoice");
NumberOfEventsEx(str);
str
$eventnumber = numberOfEventsEx("invoice");