123456789101112131415161718192021222324252627282930313233 |
- .. _func_data_swaplists:
- =========
- SwapLists
- =========
- SwapLists -
- Description
- ===========
- .. code-block:: blitzmax
- SwapLists( list_x:TList,list_y:TList )
- Swap the contents of 2 lists
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|