Pressing Space (I have allready cope with it)

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
guyash2
Junior Coder
Posts: 40
Joined: Thu May 05, 2005 2:45 pm

Pressing Space (I have allready cope with it)

Post by guyash2 » Mon Aug 08, 2005 12:48 pm

Hi,
I know the commands of pressing at buttons on the keyboard, like: "press enter", "press np8", "press F4" etc. but I dont know how do I press on the space?
I am talking about this button:
Image


thanks.


-----------edit-----------
I succeeded in doing that by the command "send".
You can delete that topic.

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Mon Aug 08, 2005 1:52 pm

Nice picture.....

Just press the "space bar" key like you would press any other alpha-numberic key

This is correct:
Send>these words

This is not correct:
Send>these
Press Space
Send>words

To send a single space character just do this:
Send>
The line above has a "space" character just after the >
It is frequently necessary to use the tool to Remove Trailing Spaces. If it is used, the line above will no longer work because the trailing space will be removed. So after using the tool, you may need to manually reenter any trailing spaces again. I find this to be very rare, but your results may vary.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Me_again
Automation Wizard
Posts: 1101
Joined: Fri Jan 07, 2005 5:55 pm
Location: Somewhere else on the planet

Post by Me_again » Mon Aug 08, 2005 3:52 pm

Bob Hansen wrote:To send a single space character just do this:
Send>
The line above has a "space" character just after the >
It is frequently necessary to use the tool to Remove Trailing Spaces. If it is used, the line above will no longer work because the trailing space will be removed. So after using the tool, you may need to manually reenter any trailing spaces again. I find this to be very rare, but your results may vary.
You may find it very rare, but I find it annoying so I avoid the problem by using

ASC>32

instead of

SEND>

Thanks to armsys :wink:

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Mon Aug 08, 2005 7:58 pm

Space is a CHARACTER. It is not a special key. Hence no special command for it. It is a character like 'A', 'B' and 'C'. So where we do "Send>A" for pressing A we "Send> " for sending a space character.
MJT Net Support
[email protected]

guyash2
Junior Coder
Posts: 40
Joined: Thu May 05, 2005 2:45 pm

Ok..

Post by guyash2 » Tue Aug 09, 2005 11:30 am

Ok.. I understood and it works!!
Thank you very very much!! :D

fightcancer
Macro Veteran
Posts: 239
Joined: Fri Apr 15, 2005 8:32 am

Post by fightcancer » Wed Aug 10, 2005 6:00 am

Thanks Me_again and ArmSys for the "Ascii>32" bit. Now I won't get warnings upon closing my macros. ;)

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts