AutoHotkey Community

It is currently May 27th, 2012, 11:29 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Symbol "&"
PostPosted: August 10th, 2005, 4:37 am 
Offline

Joined: October 5th, 2004, 5:03 pm
Posts: 121
Location: Brasília, Brazil
When I use

Code:
Gui, add, text, w100 h25, test

Gui, show, w150 h100

Sleep 1000

GuiControl, , Static1, File & Name

return


"&" becomes "_"

What can I do to change it? Is there any command such as "`&"?

Thanks,
Alfredo


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 10th, 2005, 4:56 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Same result...

Code:
Gui, add, text, w100 h25, test

Gui, show, w150 h100, test

Sleep 1000
test := "File " Chr(38) " Name"
ControlSetText, Static1, %test%, test

return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 10th, 2005, 7:41 pm 
Offline

Joined: June 4th, 2005, 1:30 am
Posts: 113
Location: Stuttgart, Germany
Hello,
Using && works for me. I don't think this is a bug.
& is used for underscoring the following letter.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group