I haven't used my old version of MS (V6.2.3) in many years, am trying to relearn how to do so.
I do recall how to write a macro that will write one line, say my library card number, when I strike a designated hot key. But how do I write out two lines? That is, I don't know the command to insert between the two Send Text commands for generating Street and Number and then City, State, ZIP.
Would a patient soul please help me? Also, any learning recommendations for a very, very basic learner would be appreciated. What I would really value, I think, is a set of simple Macros with each line annotated; is anything like that available? Thanks.... wdc
Very basic question
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Just for a minute lets pretend Macro Scheduler doesn't exist. What would YOU do to insert a line between two pieces of text?
You'd press the Enter key right?
Ok, so just tell Macro Scheduler to do the same thing:
Press Enter
So you could send two lines like this:
Send>Line One
Press Enter
Send>Line Two
E.g.
Send>1 The Street
Press Enter
Send>Some City, State, Zip
You'd press the Enter key right?
Ok, so just tell Macro Scheduler to do the same thing:
Press Enter
So you could send two lines like this:
Send>Line One
Press Enter
Send>Line Two
E.g.
Send>1 The Street
Press Enter
Send>Some City, State, Zip
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?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
See the topic "Scripting Windows for Beginners" in the help file.
See also:
http://www.mjtnet.com/blog/articles-and-tutorials/
See also:
http://www.mjtnet.com/blog/articles-and-tutorials/
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?