Difference between revisions of "LlCSV2List"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|examples
|examples
|helpers
|helpers
|also_functions=*{{LSLG|llList2CSV}}
|also_functions={{LSL DefineRow||[[llList2CSV]]|}}
*{{LSLG|llDumpList2String}}
{{LSL DefineRow||[[llDumpList2String]]|}}
*{{LSLG|llParseString2List}}
{{LSL DefineRow||[[llParseString2List]]|}}
*{{LSLG|llParseStringKeepNulls}}
{{LSL DefineRow||[[llParseStringKeepNulls]]|}}
|also_events
|also_events
|also_tests
|also_tests
|also_articles=*{{LSLG|Typecast}}
|also_articles={{LSL DefineRow||[[Typecast]]|}}
|notes
|notes
|permission
|permission
Line 24: Line 24:
|cat2=String
|cat2=String
|cat3=Data Conversion
|cat3=Data Conversion
|cat4
|cat4=CSV
}}
}}

Revision as of 14:45, 5 March 2007

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

See Also

Functions

•  llList2CSV
•  llDumpList2String
•  llParseString2List
•  llParseStringKeepNulls

Articles

•  Typecast

Deep Notes

Search JIRA for related Issues

Signature

function list llCSV2List( string src );