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 

%Variables%

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



Joined: 29 Mar 2005
Posts: 17

PostPosted: Mon May 16, 2005 2:55 pm    Post subject: %Variables% Reply with quote

I dont understand when you need the % on the begining and ends of variables and when you don't. I always have to test it many times. Could someone explain it to me?
Back to top
View user's profile Send private message Send e-mail AIM Address
Titan



Joined: 11 Aug 2004
Posts: 5390
Location: /b/

PostPosted: Mon May 16, 2005 2:59 pm    Post subject: Reply with quote

The FAQ page explains how to use variables.
Back to top
View user's profile Send private message Visit poster's website
TeknoMusicMan



Joined: 14 Apr 2005
Posts: 188
Location: Wisconsin, USA

PostPosted: Mon May 16, 2005 3:02 pm    Post subject: Reply with quote

you use the %variable% when you want to use what that variables contents are.

Ex
Test := 1
this sets the Test variable to 1

Msgbox, Test
this displays a msgbox with the word test on it

Msgbox, %test%
this displays a msgbox with only "1" on it.
_________________

"Make it idiot-proof, and someone will make a better idiot."
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Famkee



Joined: 29 Mar 2005
Posts: 17

PostPosted: Tue May 17, 2005 1:04 am    Post subject: thanks Reply with quote

Thanks tecno music man, thats what i needed to know.
Back to top
View user's profile Send private message Send e-mail AIM Address
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