Skip to content
⌘ NSIS Forum Archive

Is there a function for character translation?

8 posts

Bam7296#

Is there a function for character translation?

Can I do a STRTRAN() or CHRTRAN() to translate a string using a key?
Bam7296#
I get invalid command: ${WordReplace} on the following line when I try and compile.

${WordReplace} "$GameID" "0" "B" $newcode

I have tried putting in optional command but still get error.