ktm.lordui.lang.dataElementsHelp.HelpItemDescription@544fe44c
Parameters:- Variable name - Variable name - Name of the variable of the array. If there is no such variable, it will be created.,
- Insertion type - Options - There are few ways to store value into array:
- set value (no shift will be performed). If there is any object stored under given index it will be substituted,
- push value (all elements starting from the given index will be pushed single step right),
- append - this is the Push to the end syntax shortcut.
, - Index - Integer expression - Index where the value should be stored (not used for Append insertion type),
- Inserted value - Object expression - Value to insert.
krzys2018-09-16