string.SplitCsv(text : str) : map
Convert string containing a comma separated list of values into a collection of rows and columns.
1.9.1 or later
| Name | Type | Description |
| text | str | The string value. |
A map of number of columns, the values in a list separated by commas, and the number of rows.
| Output | ||
| { columncount : 2, rowcount : 1, values : [ [ "The Dark Side", "of The Moon" ] ] } |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by