csv:to-row
csv:to-row netlogo-list csv:to-row netlogo-list delimiter
Reports the given list as a CSV row. For example:
observer> show csv:to-row ["one" 2 true]
observer: "one,2,true"Reports the given list as a CSV row. For example:
observer> show csv:to-row ["one" 2 true]
observer: "one,2,true"Take me to the full CSV Extension Dictionary.