| View previous topic :: View next topic |
| Author |
Message |
stn9 Guest
|
Posted: Thu Jul 29, 2004 4:39 pm Post subject: changing a variable's value |
|
|
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
|
Posted: Thu Jul 29, 2004 7:20 pm Post subject: |
|
|
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 |
|
 |
|