Talk:Left: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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...
(No difference)

Revision as of 20:51, 3 April 2009

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.