 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Payam
Joined: 07 Apr 2004 Posts: 58
|
Posted: Fri Apr 15, 2005 8:51 am Post subject: Another parenthases problem - lack of spacing in parameters |
|
|
Example:
StringGetPos,pos,A_LoopField,(,R
With this release it yields an expression error.
However,
If you put lines between the parameters it works without a problem.
StringGetPos, pos, A_LoopField, (, R |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Apr 15, 2005 1:41 pm Post subject: |
|
|
| Quote: | However,
If you put lines between the parameters it works without a problem.
StringGetPos, pos, A_LoopField, (, R | lines = space characters just to prevent confusion  |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Fri Apr 15, 2005 4:55 pm Post subject: |
|
|
| Thanks for reporting this. I redesigned the way function calls and definitions are distinguished from normal lines. Hopefully, all these types of problems are fixed in today's release. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|