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 

Simple MsgBox Question

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
damajha



Joined: 23 Oct 2006
Posts: 31

PostPosted: Wed Jan 24, 2007 7:31 am    Post subject: Simple MsgBox Question Reply with quote

Lets say I have an array

Name%number%

Is there a way to display this without copying it to another variable??

for instance : MsgBox, %Name%number%% - obviously doesn't work


thanks
Dale
Back to top
View user's profile Send private message
nick



Joined: 24 Aug 2005
Posts: 345
Location: Berlin / Germany

PostPosted: Wed Jan 24, 2007 7:56 am    Post subject: Reply with quote

Code:
MsgBox, % Name%number%

_________________
nick

denick @ http://de.autohotkey.com/forum/
Back to top
View user's profile Send private message
JBensimon



Joined: 16 Nov 2004
Posts: 130
Location: New York

PostPosted: Wed Jan 24, 2007 8:01 am    Post subject: Reply with quote

You can try
Code:
MsgBox, % Name%number%
A single leading % character forces what follows to be evaluated as an expression.

Jacques.
Back to top
View user's profile Send private message Visit poster's website
JBensimon



Joined: 16 Nov 2004
Posts: 130
Location: New York

PostPosted: Wed Jan 24, 2007 8:04 am    Post subject: Reply with quote

nick wins by 5 minutes! Very Happy [I was in "compose" mode and didn't see you reply].

Jacques.
Back to top
View user's profile Send private message Visit poster's website
damajha



Joined: 23 Oct 2006
Posts: 31

PostPosted: Wed Jan 24, 2007 8:53 am    Post subject: Reply with quote

AYE KARUMBA!!!

Thanks guys... It's always the simple things
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   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