need help

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
timg

need help

Post by timg » Thu Apr 03, 2003 7:37 pm

i want to press the space bar in my macro how do i do this ...thnks tim

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 » Thu Apr 03, 2003 8:51 pm

Hmmm, have you tried this::?:

press the space bar :!:

From the Menu Bar in the Editor, select Edit, and put a check mark next to "Show All Characters" you will then see the space character.

If doing Send> just type the Space Bar as normal. :D

Good luck.....
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Guest

that worked

Post by Guest » Thu Apr 03, 2003 10:54 pm

bob hansen wrote:Hmmm, have you tried this::?:

press the space bar :!:

From the Menu Bar in the Editor, select Edit, and put a check mark next to "Show All Characters" you will then see the space character.

If doing Send> just type the Space Bar as normal. :D

Good luck.....
thank you that worked perfictly ..
one more ?
how do i grab the system date then send it to a text feild ?

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 » Fri Apr 04, 2003 2:25 am

The following information is directly from the built in Help section.
Start with Help and go through all of the commands. It is really well done and has examples for almost all commands.
===============================

GetDate>result

Returns the current date in the specified variable. The format of the date depends on the regional settings of the system.

Abbreviation : GDT
See also : GetTime, Year, Month, Day, FileDate

Example

GetDate>date
Let>msg=The Date Is :
ConCat>msg,date
Message>msg
=========================
Again, use the Help command. Best place to start.

In the Editor, Click on Help on the Menu Bar. Click on Command Reference.

Again, good luck.......
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

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