Search found 6 matches
- Tue Jul 29, 2014 6:36 pm
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
Re: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
There are several ways. My personal favorite is Repeat -> Until Let>Counter=0 Repeat>Counter Add>Counter,1 //Do repeating task(s) Until>Counter=10 This would repeat 10 times since we're waiting for variable "Counter" to reach the value of 10 as it increments up by 1 each cycle. Thank you kind stran...
- Tue Jul 29, 2014 5:59 pm
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
Re: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
CR (Carriage Return) LF (Line Feed) are the characters that cause windows applications to perceive a string of text to have different lines. So add the built in Macro Scheduler variable "CRLF" to those places you want to see new lines. PutClipBoard>Hi There%crlf%Line 1%crlf%Line 2%crlf%Line 3 Thank...
- Tue Jul 29, 2014 1:00 am
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
Re: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
Did you try setting the text to a variable then Sending the variable? Another thing to try would be to send the text to the clipboard then paste it into your application PutClipboard>MyEmail@gmail.com Press Ctrl Send>v Release Ctrl THANK YOU, that solved it. I'm guessing its interfering with the we...
- Mon Jul 28, 2014 9:11 pm
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
Re: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
Checked in XP, Win7 and Win8.1 I have not been able to replicate your issue sending text to Notepad. If I use Press Shift ahead of the Send> I can get lowercase to change to uppercase and I can get "1234567890" to change to "!@#$%^&*()" but a shift does not change uppercase to lower case nor does i...
- Mon Jul 28, 2014 3:26 pm
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
Re: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
Even withCyberCitizen wrote:Your not using shift at all?
Press>Shift
Send> @@@@
Release>Shift
It appears as 2222...
- Mon Jul 28, 2014 4:57 am
- Forum: Beginners
- Topic: WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
- Replies: 12
- Views: 11401
WHY IS THE @@ KEY NOT BEING SENT PROPERLY!!!!
I'm trying to fill a field on a web browser.
After the field has been clicked I input.
Send>[email protected]
And it appears as : myemail2gmail.com
WHY IS THIS HAPPENING.
After the field has been clicked I input.
Send>[email protected]
And it appears as : myemail2gmail.com
WHY IS THIS HAPPENING.