Difference between revisions of "Array.stringlist()"

From ZCubes Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
==See Also==
 
==See Also==
[[Array.first()|first]]
+
[[Array.firsthalf() |firsthalf]]
 
 
[[Array.last()|last]]
 

Revision as of 07:03, 27 April 2020

This function displays the array elements as strings.

Example

MONTHS
.stringlist()

displays --> ["January","February","March","April","May","June","July","August","September","October","November","December"]

See Also

firsthalf