Commissioning Manual
01/2017
375
The function inserts a new element at the end of the list.
Note:
The function is only available for the control types "listbox" and
"graphicbox".
<function name="control.additem"> control name,
item </function>
– function name
– control name
- expression to be inserted
- integer value; defined by the user
<let name ="itemdata">1</let>
…
…
…
<op> item_string = _T"text1" </op>
<function name="control.additem">_T"listbox1",
item_string, itemdata