Talk:Left

From Second Life Wiki
Revision as of 20:51, 3 April 2009 by Lucifer Lockjaw (talk | contribs) (New page: Contrary to the description, this appears to return the text to the left of the first occurrence of the separator, ''and'' the separator itself: return llDeleteSubString( src, index + ll...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contrary to the description, this appears to return the text to the left of the first occurrence of the separator, and the separator itself:

return llDeleteSubString( src, index + llStringLength(divider), -1);

Removing " + llStringLength(divider)" would make this act as described.