Actions

%strlen

From Zenitel Wiki

Revision as of 15:40, 5 May 2010 by Aksel (talk) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.