Actions

Difference between revisions of "Wudd"

From Zenitel Wiki

(Updated link)
Line 12: Line 12:
 
Related command: [[tmp statement|tmp]]
 
Related command: [[tmp statement|tmp]]
  
Back to [[Event_Handler#Statements]].
+
Back to [[Event_Handler#Built-In Action Commands]].

Revision as of 14:46, 17 July 2007

Event_Handler statement - Write User Defined Data.

Format: wudd index number

Write number to User Defined Data at the location index.

Example:

wudd 8 4321 - Write value 4321 to variable 8

See DP message WRITE_USER_DEF_DATA for explanation of the concept. User Defined Data is read with EventHandler macro %udd.

Related command: tmp

Back to Event_Handler#Built-In Action Commands.