12345678910111213141516171819202122232425262728293031323334 |
- .. _func_data_clearlist:
- =========
- ClearList
- =========
- ClearList -
- Description
- ===========
- .. code-block:: blitzmax
- ClearList( list:TList )
- Clear a linked list
- Removes all objects from @list.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|