| View previous topic :: View next topic |
| Author |
Message |
Eddie24
Joined: 13 Jul 2007 Posts: 32
|
Posted: Wed Jul 18, 2007 12:37 am Post subject: Built in functions not working |
|
|
| I have version 1.0.46.15 of autohotkey, and none of the built-in functions work for me. Is there something I need to do to get them to work? |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Wed Jul 18, 2007 2:14 am Post subject: |
|
|
which functions? please post code. I can almost guarantee your issue is that you need to use := and not = , or you need to not put %% around something. _________________
(Common Answers) |
|
| Back to top |
|
 |
Eddie24
Joined: 13 Jul 2007 Posts: 32
|
Posted: Wed Jul 18, 2007 4:12 am Post subject: |
|
|
| Yes that was it exactly, I was using = instead of using :=. Thanks |
|
| Back to top |
|
 |
Dave72
Joined: 27 Jan 2007 Posts: 30 Location: Canada
|
Posted: Wed Jul 18, 2007 4:25 am Post subject: |
|
|
I suppose if i fully read the documentation (and its excellent, i might add, kudos to the authors..).. Id more funny understand when to use := and not = .. likewise when i should use %var% and not just var
But, until i do read more.. i use Msgbox, %var% alot to see what is actually being produced.. even breaking up combination lines to view the single vars. Usually the error becomes apparent.
Just my 0.02 |
|
| Back to top |
|
 |
cornell2
Joined: 18 Mar 2005 Posts: 169
|
Posted: Wed Jul 18, 2007 4:45 am Post subject: |
|
|
use
listvars
pause
two great commands for debugging |
|
| Back to top |
|
 |
|