Actions

Difference between revisions of "Wudd"

From Zenitel Wiki

Line 15: Line 15:
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Built-In Action Commands]]

Revision as of 22:47, 26 November 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.