StrIDReplace

From the Oblivion ConstructionSet Wiki
Revision as of 08:50, 23 December 2007 by imported>Tibixe (new page for an old function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.