Difference between revisions of "LlList2CSV"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|caveats
|caveats
|constants
|constants
|examples
|examples=<pre>default
{
    state_entry()
    {
        list my_list = [1, 2.0, "a string", llGetPos(), llGetRot(), llGetOwner()];
        llOwnerSay(llList2CSV(my_list));       
    }
}</pre>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llCSV2List]]}}
|also_functions={{LSL DefineRow||[[llCSV2List]]}}

Revision as of 16:00, 8 March 2007