insert (Object control)
Appends a value to the end of a list, with a given name.
Arguments
value
to append.Field
name
as a string.list
to append to, can be a builtin-list or a structure.
Return values
None
Example
Output:
TRUE
TRUE
TRUE
Appends a value to the end of a list, with a given name.
None