ll.List2CSV

ll.List2CSV(ListVariable: list) : string

Creates a string of comma separated values from the list. Create a string of comma separated values from the specified list.

Example

ll.List2CSV({})
{
  "def": "func",
  "desc": "Creates a string of comma separated values from the list.\nCreate a string of comma separated values from the specified list.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlList2CSV",
  "name": "List2CSV",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ListVariable",
          "desc": "",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll