Previously if I compile my script with /so. There is no problem.
But if I try to compile my script with /om. Error pop out:
ERROR: $os previously defined as a non-'Const' var.
Global Const $os = $ot
~~~~~~~~~~~~~~~~~~~~~~^
Because when the whole script is obfuscated I can't rectify the problem. Or should I just stick with this option /so instead of /om?