Actions

Difference between revisions of "%strlen"

From Zenitel Wiki

(New page: Event_Handler macro - length of a string Format: '''%strlen(string)''' *Return length of ''string'' *Useful in IF macros on text elements Example: Check if EDI text has the string ...)
(No difference)

Revision as of 15:40, 5 May 2010

Event_Handler macro - length of a string

Format: %strlen(string)

  • Return length of string
  • Useful in IF macros on text elements

Example: Check if EDI text has the string “connect”

If %strlen(%sscan(%edi,connect))
  ...  
Endif 


Back to Event_Handler#List_of_macros.