llParseString2List
LSLlist llParseString2List(string str, list separators, list spacers)
Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).\ Separators and Spacers are lists of strings with a maximum of 8 entries each.
Parameters
| Type | Name |
|---|---|
| string | str |
| list | separators |
| list | spacers |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
integer llOrd(string s, integer index)
void llGroundRepel(float height, integer water, float tau)
rotation llAxisAngle2Rot(vector axis, float angle)
float llFrand(float mag)
integer llGetLinkSitFlags(integer linknum)
float llPow(float fbase, float fexponent)
rotation llEuler2Rot(vector v)
void llSetColor(vector color, integer face)