AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

send will not put + in or html code

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
The Unknown Jobber



Joined: 19 Nov 2009
Posts: 161
Location: Florida

PostPosted: Mon Feb 01, 2010 9:43 pm    Post subject: send will not put + in or html code Reply with quote

Greetings,

Just have a minor bug where I'm doing this command:
Code:
Send, 0+{tab}Y


in one of our intranet sites...
But all it puts is just a 0 and skips the rest...

when I do
Code:

Send, 0&43;{tab}Y


it enters 0&43; then it tabs and hits Y...

any questions or resolution?
Back to top
View user's profile Send private message Visit poster's website
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Mon Feb 01, 2010 9:46 pm    Post subject: Reply with quote

What do you want to do send the + sign or do shift? For + sign use {+} for shift you can also try {shift} or {shift down}...{shift up} and you can try other send methods (input, play, raw etc)
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
The Unknown Jobber



Joined: 19 Nov 2009
Posts: 161
Location: Florida

PostPosted: Tue Feb 02, 2010 1:06 pm    Post subject: Reply with quote

hugov wrote:
What do you want to do send the + sign or do shift? For + sign use {+} for shift you can also try {shift} or {shift down}...{shift up} and you can try other send methods (input, play, raw etc)


One of the items we input in the site is 0+ but the send command is not putting the + in. but I'll try {+}
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group