| View previous topic :: View next topic |
| Author |
Message |
HELP! Guest
|
Posted: Tue May 13, 2008 5:38 pm Post subject: Functions Cannot Contain Functions |
|
|
I have a big 37KB script im working on and I just added a function. Now everytime I go to execute it I get this error
"Functions Cannot Contain Functions"
It's a real pain in the you know where, and I keep going through and try to enclose all the functions with { }
Any other Ideas? |
|
| Back to top |
|
 |
M.D. Guest
|
Posted: Tue May 13, 2008 6:30 pm Post subject: |
|
|
| Post your code here maybe someone can help... Or try to use a program that helps you with brackets and parenthesis |
|
| Back to top |
|
 |
macaddress
Joined: 29 Apr 2008 Posts: 20
|
Posted: Tue May 13, 2008 11:25 pm Post subject: |
|
|
| Quote: | | ... Or try to use a program that helps you with brackets and parenthesis |
You can install NOTEPAD++ ...
and then on the AHK directory - X:\Program Files\AutoHotkey\Extras\Editors\Notepad++
Run a script named " Run this to install syntax file for Notepad++.ahk" to enable the visualization of specific tags for AHK scripts on notepad++ |
|
| Back to top |
|
 |
Rhys
Joined: 17 Apr 2007 Posts: 702 Location: Florida
|
Posted: Tue May 13, 2008 11:45 pm Post subject: |
|
|
You're likely missing a closing bracket somewhere, I've seen this once and it was a pain to fix until I realized what it was! _________________ [Join IRC!]
 |
|
| Back to top |
|
 |
|