Has anyone found a good way to deal with the ` character that is legitamtely contained in some double-byte ansi text for asian languages?
It seems problematic, because a lot of the String/Word macros use
Push `${STRING}`
This will cause an error, and using ' works, but that can cause an error if you have English text that contains an apostraphe.
Thanks.
It seems problematic, because a lot of the String/Word macros use
Push `${STRING}`
This will cause an error, and using ' works, but that can cause an error if you have English text that contains an apostraphe.
Thanks.
Comment