StrIDReplace
Revision as of 08:50, 23 December 2007 by imported>Tibixe (new page for an old function)
Syntax:
StrIDReplace stringToUse:stringID replace:stringID replaceWith:stringID
Searches for the content of replace in stringToUse and replaces every instance of it with the content of replace.
See also the StrReplace variant. It is more efficient to use but less powerful.