Difference between revisions of "LlCSV2List"

From Second Life Wiki
Jump to navigation Jump to search
Line 6: Line 6:
|return_text=that is a list made from a string of comma separated values.
|return_text=that is a list made from a string of comma separated values.
|spec
|spec
|caveats=It eats leading and trailing spaces from values.
|caveats=*It eats leading and trailing spaces from values.
|constants
|constants
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions=*{{LSLG|llList2CSV}}
*{{LSLG|llDumpList2String}}
*{{LSLG|llParseString2List}}
*{{LSLG|llParseStringKeepNulls}}
|also_events
|also_events
|also_tests
|also_tests
|also_articles
|also_articles=*{{LSLG|Typecast}}
|notes
|notes
|permission
|permission

Revision as of 07:11, 10 February 2007

Summary

Function: list llCSV2List( string src );

Returns a list that is a list made from a string of comma separated values.

• string src

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 );