Python3Script Xojo Plugin
Python3List.Append Method
Appends item to the list.
Append(
value
as
Python3EntityBase
)
Parameters
value
The value to be added to the back of the list. This can be any value that inherits from Python3EntityBase.
Remarks
See Also
Python3List Class