llCSV2List

From Second Life Wiki
Revision as of 20:10, 18 February 2007 by Gigs Taggart (talk | contribs) (LSL llCSV2List moved to LlCSV2List)
Jump to navigation Jump to search

Summary

Function: list llCSV2List( string src );

Returns a list made from src as comma separated values.

• string src

Specification

Anything between "<" and ">" is considered a single value regardless of the existence of a comma between.

Caveats

  • It eats leading and trailing spaces from values.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llCSV2List( string src );