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 

changing a variable's value

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





PostPosted: Thu Jul 29, 2004 4:39 pm    Post subject: changing a variable's value Reply with quote

I am new to programming in general, so please have mercy!

I am trying to generate a variable which needs to be reset to a null value or even a No value every time I run a certain macro. Is there a quick and easy way to do it, other than to create an INI file and to use IniDelete/Write/Read commands?
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Jul 29, 2004 7:20 pm    Post subject: Reply with quote

Here are a few things that might be relevant:

; Make a variable blank
var =

; Assign a random number to a variable
Random, Var

You can also create a tray menu item or a hotkey to change a variable while a script is running.

The above might not be very helpful because of the vagueness of your request. If you can be more specific with what you're trying to automate, we can probably help you more.
Back to top
View user's profile Send private message Send e-mail
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