csv:to-string
csv:to-string netlogolist csv:to-string netlogolist 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.