%udd: Difference between revisions
From Zenitel Wiki
No edit summary |
|||
| Line 1: | Line 1: | ||
The '''%udd''' macro is used in the [[Event Handler]] to read the value of an [[UDD]] (User Defined Data variable). Text formatting parameters can be added at the end. | The '''%udd''' macro is used in the [[Event Handler]] to read the value of an [[UDD]] (User Defined Data variable). [[Event_Handler#Formating|Text formatting parameters can be added at the end.]] | ||
===Syntax=== | ===Syntax=== | ||
'''%udd(index)''' | '''%udd(index)''' | ||
Revision as of 14:33, 4 April 2008
The %udd macro is used in the Event Handler to read the value of an UDD (User Defined Data variable). Text formatting parameters can be added at the end.
Syntax
%udd(index)
Returns the content of UDD at the location index.
- index: 0 – 6000 ( 0 - 600 before AMC 9.01)
Examples
%udd(8) - Returns the content of UDD variable 8 %udd(%1.phy) - Returns the content of UDD variable in indexed by the physical number of the event 'Owner'
See also
Applications were UDD is used:
Related articles:
- Built-in command to write to UDD: WUDD
- Data message to write to UDD: $WUDD
- Variable for text string: tmp
Back to Event_Handler#List_of_macros.
