llGetSubString
LSLstring llGetSubString(string src, integer start, integer end)
Returns a sub-string from String, in a range specified by the Start and End indicies (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 capture the entire string.\ If Start is greater than End, the sub string is the exclusion of the entries.
Parameters
| Type | Name |
|---|---|
| string | src |
| integer | start |
| integer | end |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
key llAvatarOnSitTarget()
void llLinkParticleSystem(integer linknum, list rules)
integer llReplaceAgentEnvironment(key agent_id, float transition, string environment)
integer llGetParcelPrimCount(vector pos, integer category, integer sim_wide)
list llDeleteSubList(list src, integer start, integer end)
integer llGetRegionFlags()
float llGetGMTclock()
void llAttachToAvatar(integer attachment)