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

llDeleteSubString

LSL
string llDeleteSubString(string src, integer start, integer end)

Removes the indicated sub-string and returns the result.\ Start and End are inclusive.\ Using negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would delete the entire string.\ If Start is larger than End, the sub-string is the exclusion of the entries; so 6, 4 would delete the entire string except for the 5th. character.

Parameters

TypeName
string src
integer start
integer end
Energy 10

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

More in LSL