PythonScript Xojo Plugin
PythonList.Append Method
(console safe)
Appends item to the list.
Append(
value
as
PythonEntityBase
)
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
PythonList Class