I need to PASTE a tab into a dialog's text box. PRESS-ing the tab takes me to another field. Pasting it works.
How do I put a tab into the clipboard? I don't see how to do this with either PutClipBoard or Ascii. Thank you for helping me!
How to put a TAB into the clipboard?
Moderators: Dorian (MJT support), JRL
- aliteralmind
- Newbie
- Posts: 14
- Joined: Sun Jan 17, 2010 4:53 pm
- Location: Philly
- Contact:
- aliteralmind
- Newbie
- Posts: 14
- Joined: Sun Jan 17, 2010 4:53 pm
- Location: Philly
- Contact:
WOOHOO!!!
Thank you!
I don't see anything like this in the documentation, and
does not work at a command prompt either (it just prints "12").
If you happen to know where this information is, please let me know.
Thanks a lot!
Thank you!
I don't see anything like this in the documentation, and
Code: Select all
echo 1%TAB%2
If you happen to know where this information is, please let me know.
Thanks a lot!
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
TAB is just a predefined variable containing a TAB character.
It is documented under System Variables in the help file. And here:
http://www.mjtnet.com/manual/systemvariables.htm
You can use it in any command.
It is documented under System Variables in the help file. And here:
http://www.mjtnet.com/manual/systemvariables.htm
You can use it in any command.
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?
- aliteralmind
- Newbie
- Posts: 14
- Joined: Sun Jan 17, 2010 4:53 pm
- Location: Philly
- Contact:
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Link should be:
http://www.mjtnet.com/manual/index.html ... iables.htm
http://www.mjtnet.com/manual/index.html ... iables.htm
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?