Wudd: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Event_Handler]] statement - Write User Defined Data. | [[Event_Handler]] statement - Write User Defined Data. | ||
Format: '''wudd index | Format: '''wudd index value''' | ||
Write '' | Write ''value'' to User Defined Data at the location ''index''. | ||
Command string action to Write a value to User Defined Data. The value is changed immediately, before the next statement is executed. Can only be used to change values in local exchange. | |||
Example: | Example: | ||
Revision as of 10:27, 4 April 2008
Event_Handler statement - Write User Defined Data.
Format: wudd index value
Write value to User Defined Data at the location index.
Command string action to Write a value to User Defined Data. The value is changed immediately, before the next statement is executed. Can only be used to change values in local exchange.
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
