Difference between revisions of "%scmp"
From Zenitel Wiki
(New page: Event_Handler macro - String compare Format: '''%scmp(string1,string2)''' *Compare ''string1'' and ''string2''. *Return “1” if equal, empty string if not equal. *Useful for parsi...) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
[[Event_Handler]] macro - String compare | [[Event_Handler]] macro - String compare | ||
Line 8: | Line 9: | ||
Back to [[Event_Handler#List_of_macros]]. | Back to [[Event_Handler#List_of_macros]]. | ||
+ | |||
+ | [[Category:Event Handler macros]] | ||
+ | [[Category:Event Handler]] |
Latest revision as of 08:49, 4 October 2019
Event_Handler macro - String compare
Format: %scmp(string1,string2)
- Compare string1 and string2.
- Return “1” if equal, empty string if not equal.
- Useful for parsing External_Data_Input.
Back to Event_Handler#List_of_macros.