ll.CSV2List (Text: string) -> listCreate a list from a string of comma separated values specified in Text.
ll.CSV2List('test')
{
"def": "func",
"desc": "Create a list from a string of comma separated values specified in Text.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlCSV2List",
"private": false,
"takesSelf": false,
"name": "CSV2List",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}