| View previous topic :: View next topic |
| Author |
Message |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Wed Mar 12, 2008 4:46 pm Post subject: A_ variables as setters (+ getters) to replace Set* commands |
|
|
Simple request to change:
| Code: | | SetFormat, Integer, Hex |
To: | Code: | | A_FormatInteger = Hex |
Same for SetBatchLines, AutoTrim, et al. |
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 383 Location: Berlin
|
Posted: Sat Mar 29, 2008 9:54 pm Post subject: |
|
|
| I like the idea, but don`t think that the change would be done. It is not really needed and would just blow up a little bit the AutoHotkey source, may be introducing bugs. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5574
|
Posted: Fri Apr 04, 2008 12:37 pm Post subject: |
|
|
+1
| Tuncay wrote: | | It is not really needed and would just blow up a little bit the AutoHotkey source, may be introducing bugs. |
The present method is too clumsy. |
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 383 Location: Berlin
|
Posted: Fri Apr 04, 2008 8:50 pm Post subject: |
|
|
| In contrast, for v2, this would be really fine, to clean up the language from such inconsistencies. |
|
| Back to top |
|
 |
Piz
Joined: 16 Feb 2008 Posts: 46
|
Posted: Mon Apr 07, 2008 2:18 pm Post subject: |
|
|
| +1 |
|
| Back to top |
|
 |
|