I have such a command in my script:
/set %tcCPos $poscs(%tcE,$mid(%tcOut,%tcI,1),1)
It works fine.

When i change "/set" to "/var", the command doesn't work:
/var %tcCPos $poscs(%tcE,$mid(%tcOut,%tcI,1),1)
It says: * Invalid format: $poscs (line 71, TransCoder.mrc)

Help me make /var work! I can't use /set because i need the variables unset automatically.

The script is here: http://maus.yiff.ru/hmscript/download/transcoder/TransCoder.mrc
(The comments are in russian)