| Python3Script Xojo Plugin |
|
Python3List.Extend Method (console safe)
Extends the list with the contents of iterable
Parameters
- items
- Python3Iterable to add to the list.
Remarks
Iterable can for example be Python3Parameters (Tuple), Python3List, or Python3Dictionary.
See Also
Python3List Class