User talk:Domitan Redenblack

From Second Life Wiki
Revision as of 00:36, 5 September 2011 by Strife Onizuka (talk | contribs) (uggg too much work to figure it out how to do it properly with the overflows.)
Jump to navigation Jump to search

llGetSubString is predictable

I take it you had some trouble with the Ranges & Indexes section, it is a bit complicated and the functionality it describes is strange. However it is predictable.

Quick crash course: <lsl>llGetSubString("abcdefg", 2, 4) == "cde" llGetSubString("abcdefg", 4, 2) == "abcefg" llGetSubString("abcdefg", -5, -3) == "cde" llGetSubString("abcdefg", -3, -5) == "abcefg"</lsl>

Suffice it to say, it is not a bug. However, changing the behavior at this point would break 7 years of existing content. -- Strife (talk|contribs) 00:32, 5 September 2011 (PDT)