llParseStringKeepNulls
LSLlist llParseStringKeepNulls(string src, list seperators, list spacers)
Breaks Text into a list, discarding separators, keeping spacers, keeping any null values generated. (separators and spacers must be lists of strings, maximum of 8 each).\ llParseStringKeepNulls works almost exactly like llParseString2List, except that if a null is found it will add a null-string instead of discarding it like llParseString2List does.
Parameters
| Type | Name |
|---|---|
| string | src |
| list | seperators |
| list | spacers |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llTriggerSoundLimited(string sound, float volume, vector top_north_east, vector bottom_south_west)
void llSetLinkAlpha(integer linknumber, float alpha, integer face)
integer llGiveMoney(key destination, integer amount)
string llGetTimestamp()
float llGetCameraAspect()
void llRefreshPrimURL()
integer llTarget(vector position, float range)
void llBreakAllLinks()