func_data_listfromarray.rst 323 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_data_listfromarray:
  2. =============
  3. ListFromArray
  4. =============
  5. ListFromArray -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ListFromArray:TList( arr:Object[] )
  10. Create a list from an array
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. A new linked list
  16. Examples
  17. ========
  18. See Also
  19. ========