Actions

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...)
 
Line 8: Line 8:
  
 
Back to [[Event_Handler#List_of_macros]].
 
Back to [[Event_Handler#List_of_macros]].
 +
 +
[[Category:Event Handler]]

Revision as of 16:56, 17 August 2007

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.