Probably quite simple, but I'm stuck anyway:
Let's say, I have an env-var 'idx' containing an index, e.g. 0,1,2
Than there are env-vars str_0, str_1, str_2, containing strings
Finally I want to use one of these strings, together with a command call, like
my_exe.exe <string>
with <string> shoud be the string contained inside str_<%idx%>
How can I call my_exe.exe to do this?
I have something like
my_exe.exe %@concat["str_"+@eval_env[idx]%
in my mind, but have not found the @-functions doing this.
Currentliy I just need it for TC, but if there is a solution which can be used for CMD too, this would even better!
Thanks a lot
Michael
Let's say, I have an env-var 'idx' containing an index, e.g. 0,1,2
Than there are env-vars str_0, str_1, str_2, containing strings
Finally I want to use one of these strings, together with a command call, like
my_exe.exe <string>
with <string> shoud be the string contained inside str_<%idx%>
How can I call my_exe.exe to do this?
I have something like
my_exe.exe %@concat["str_"+@eval_env[idx]%
in my mind, but have not found the @-functions doing this.
Currentliy I just need it for TC, but if there is a solution which can be used for CMD too, this would even better!
Thanks a lot
Michael