csv:to-string
csv:to-string netlogo-list csv:to-string netlogo-list delimiter
Reports the given list of lists as a CSV string. For example:
observer> show csv:to-string [[1 "two" 3] [4 5]]
observer: "1,two,3\n4,5"Reports the given list of lists as a CSV string. For example:
observer> show csv:to-string [[1 "two" 3] [4 5]]
observer: "1,two,3\n4,5"Take me to the full CSV Extension Dictionary.