I know this is a simle question but how can i get a Variable to work inside a Variable?
exp.
gettime>time1
wait>5
gettime>time2
let>x=0
let>x=x+1
send>%time%x%%
let>x=x+1
send>%time%x%%
this isn't my script but in the same kind of format. Any help?
Thanks
Variables in a Variables?
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
gettime>time1
wait>5
gettime>time2
let>x=0
let>x=x+1
Let>tmp=time%x%
send>tmp
let>x=x+1
Let>tmp=time%x%
send>tmp
wait>5
gettime>time2
let>x=0
let>x=x+1
Let>tmp=time%x%
send>tmp
let>x=x+1
Let>tmp=time%x%
send>tmp
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?