func_data_swaplists.rst 298 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_data_swaplists:
  2. =========
  3. SwapLists
  4. =========
  5. SwapLists -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SwapLists( list_x:TList,list_y:TList )
  10. Swap the contents of 2 lists
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Nothing.
  16. Examples
  17. ========
  18. See Also
  19. ========