| View previous topic :: View next topic |
| Author |
Message |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Sun May 08, 2011 4:08 pm Post subject: @cr() - SOLVED |
|
|
Hiya!
Any reason why @cr() doesn't work quite right when passed through a run command, but @chr(13)@chr(10) does? I thought @cr() WAS @chr(13)@chr(10)!
Thanks,
cnodnarb
Last edited by cnodnarb on Mon May 09, 2011 10:59 pm; edited 1 time in total |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Mon May 09, 2011 4:12 am Post subject: |
|
|
@chr(13) = @cr() = carriage return
@chr(10) = line feed |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Mon May 09, 2011 5:39 am Post subject: |
|
|
Thanks for clearing that up! so @cr()@chr(10) is the same as @chr(13)@chr(10)!
Wish I'd known that back when I thought sendkeys was the greatest thing ever... |
|
| Back to top |
|
 |
|