Difference between revisions of "User talk:Anylyn Hax"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
== str_replace ==
== str_replace ==
Your str_replace is going to crash the script if the '''replace''' contains '''search'''. A long while ago I wrote a str_replace function that didn't suffer from that: [[Library_Combined_Library#str_replace|str_replace]]. -- [[User:Strife Onizuka|Strife Onizuka]] 05:13, 9 August 2007 (PDT)
Your str_replace is going to crash the script if the '''replace''' contains '''search'''. A long while ago I wrote a str_replace function that didn't suffer from that: [[Library_Combined_Library#str_replace|str_replace]]. -- [[User:Strife Onizuka|Strife Onizuka]] 05:13, 9 August 2007 (PDT)
OK I was searching for such a function, and didnt found one.
Need to check that... interesting.

Revision as of 05:23, 9 August 2007

Strife , can you make that Table of contents back ? :))

I don't understand what you are asking. You can put a TOC any where you want by putting __TOC__ in the code. -- Strife Onizuka 05:13, 9 August 2007 (PDT)

str_replace

Your str_replace is going to crash the script if the replace contains search. A long while ago I wrote a str_replace function that didn't suffer from that: str_replace. -- Strife Onizuka 05:13, 9 August 2007 (PDT)

OK I was searching for such a function, and didnt found one. Need to check that... interesting.