User:Free Portal/Sandbox
< User:Free Portal
Jump to navigation
Jump to search
Revision as of 14:11, 8 March 2010 by Free Portal (talk | contribs)
Free Portal | Sandbox | Script Library | Projects | Documents | Friends | Links |
SandBox
Usefull user function package for LSL
searchReplace
search replace string <lsl>string searchReplace(string input, string old, string new) {
return llDumpList2String(llParseString2List(input, [old], []), new);
}</lsl>