Is there a way to make this work? I can an error (probably) due to Ms seeing %altavista% as text. i suppose I can use Midstr to split it up, but just wodnered if there's a magic cure before I do that
let>altavista=397,450
mousemove>%altavista%
using mousemove with a variable?
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Hi H2K,
the reason for that error seems to be the delimiter (,) if used within the variable.
this one worked ...
Ernest
the reason for that error seems to be the delimiter (,) if used within the variable.
Code: Select all
Let>x=397
Let>y=450
mousemove>x,y
Ernest
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
MouseMove takes two parameters. So you'd need two variables - one for each parameter.
MJT Net Support
[email protected]
[email protected]