| View previous topic :: View next topic |
| Author |
Message |
doggy4s
Joined: 22 Jan 2007 Posts: 16
|
Posted: Mon Jan 22, 2007 5:23 pm Post subject: Saving settings/variable |
|
|
can someone please guide me to a good approach to save variable/settings specified/changeble in a script for savekeeping till next use of script externally ?
any examples available
appreciated |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1651 Location: Denmark
|
Posted: Mon Jan 22, 2007 5:27 pm Post subject: |
|
|
Use IniRead/IniWrite for storing in file or RegRead/RegWrite for storing in registry.
Examples can be found in the help file or by searching this forum. _________________ RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2 |
|
| Back to top |
|
 |
doggy4s
Joined: 22 Jan 2007 Posts: 16
|
Posted: Mon Jan 22, 2007 5:28 pm Post subject: |
|
|
| Thank you much |
|
| Back to top |
|
 |
|