Actions

Difference between revisions of "%udd"

From Zenitel Wiki

Line 5: Line 5:
 
Returns the User Defined Data out of the location ''index''.  
 
Returns the User Defined Data out of the location ''index''.  
  
User Defined Data is written either asynchronously with DP message [[WRITE_USER_DEF_DATA]] ($WUDD), or with synchronously with EventHandler statement [[wudd]]
+
User Defined Data is written either asynchronously with DP message [[WRITE_USER_DEF_DATA]] ($WUDD), or synchronously with EventHandler statement [[wudd]]
  
 
<p>
 
<p>

Revision as of 00:34, 5 November 2007

%udd( , ) : Event_Handler macro - read User Defined Data

Format: %udd(index)

Returns the User Defined Data out of the location index.

User Defined Data is written either asynchronously with DP message WRITE_USER_DEF_DATA ($WUDD), or synchronously with EventHandler statement wudd

Back to Event_Handler#List_of_macros.