Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llParseStringKeepNulls

LSL
list 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

TypeName
string src
list seperators
list spacers
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL