Edit "Send keystrokes to window" code

Discuss RoboTask here
Post Reply
carroll
Posts: 12
Joined: Wed Feb 11, 2009 2:58 pm

Edit "Send keystrokes to window" code

Post by carroll »

I am trying to edit the code. Two questions
1. How do I insert a comment in the code
2. How do I shorten the lines of code. The window is not very wide and the long lines of code going
to the right and beyond the right edge of the editing window are not viewable unless I scroll far to the right.
Is there a character that indicates the end of a line of code, so I can just start a new line of code.
Thanks Carroll
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Edit "Send keystrokes to window" code

Post by Oleg »

You can simply dismember the long key sequence to several parts in separate "Send Keystrokes" steps.
It doesn't matter how you send key-presses: in one action or in several steps sequentially.

To put comments use "Comment" action between sending of keystrokes
Oleg Yershov
carroll
Posts: 12
Joined: Wed Feb 11, 2009 2:58 pm

Re: Edit "Send keystrokes to window" code

Post by carroll »

Thanks for the help Oleg
Carroll
Post Reply