Hello
I have to send x=1*r0 to another application
Usually the short example thereafter works well
r0 is a very very large integer and x is x
let>W=r0
let>Y=x=1*
concat>Y,W
wait>0.2
PutClipBoard>Y
press ctrl
send>v
Sometimes there's a problem
Is let>Y=x=1* the right way ?
Regards
Variable ... x=1* [Resolved]
Moderators: Dorian (MJT support), JRL
Variable ... x=1* [Resolved]
Last edited by ABIVEN on Wed Oct 05, 2016 5:41 pm, edited 1 time in total.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Variable ... x=1*
I would just do:
PutClibBoard>{"x=1*r0"}
Or just:
Send>{"x=1*r0"}
With Send you don't have to use the clipboard and do ctrl-V
PutClibBoard>{"x=1*r0"}
Or just:
Send>{"x=1*r0"}
With Send you don't have to use the clipboard and do ctrl-V
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?
Re: Variable ... x=1* [Resolved]
Thanks Marcus
Good tip and just do that : Send>{"x=1*%r0%"}
Regards
Good tip and just do that : Send>{"x=1*%r0%"}
Regards