12345678910111213141516171819202122232425262728293031323334 |
- .. _func_data_listremove:
- ==========
- ListRemove
- ==========
- ListRemove -
- Description
- ===========
- .. code-block:: blitzmax
- ListRemove( list:TList,value:Object )
- Remove an object from a linked list
- #ListRemove scans a list for the specified value and removes its link.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|