Difference between revisions of "Array.stringlist()"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[Array. | + | [[Array.firsthalf() |firsthalf]] |
− | |||
− |
Revision as of 06: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"]