AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Another parenthases problem - lack of spacing in parameters

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Payam



Joined: 07 Apr 2004
Posts: 58

PostPosted: Fri Apr 15, 2005 8:51 am    Post subject: Another parenthases problem - lack of spacing in parameters Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
BoBo
Guest





PostPosted: Fri Apr 15, 2005 1:41 pm    Post subject: Reply with quote

Quote:
However,
If you put lines between the parameters it works without a problem.

StringGetPos, pos, A_LoopField, (, R
lines = space characters Cool just to prevent confusion Wink
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Fri Apr 15, 2005 4:55 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group