StrIDReplace
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.