StrReplace

Revision as of 09:48, 23 December 2007 by imported>Tibixe (full rewrite)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax:

StrReplace stringToUse:stringID replace:string replaceWith:string

Searches for replace in stringToUse and replaces every instance of it with replace.


See also the StrIDReplace variant.