Actions

%strlen

From Zenitel Wiki

Revision as of 09:50, 4 October 2019 by Nikica (talk | contribs)
AI.png

Event_Handler macro - length of a string

Format: %strlen(string)

  • Return length of string
  • Useful in IF/ENDIF 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.