The funktion LISTINSERT inserts an object at position index
in a given liste and returns the new list.
The object could be an number, string or list.
CAUTION: The first element of a list has the index 0!
LISTINSERT(list, index, object) => list
The funktion LISTINSERT inserts an object at position index
in a given liste and returns the new list.
The object could be an number, string or list.
CAUTION: The first element of a list has the index 0!
LISTINSERT(list, index, object) => list