Var := ([whatever)Gives compile error: Test.ahk (3) : ==> Missing "("
AHK_L 1.1.2.2
The sneaky bugger had me chasing round brackets everywhere for few minutes :?
Posted 23 August 2011 - 04:39 AM
Var := ([whatever)Gives compile error: Test.ahk (3) : ==> Missing "("
Posted 23 August 2011 - 05:16 AM
Var := [color=red][whatever)[/color]] Var := ([color=red][whatever)[/color]Maybe 'Unexpected ")"' would be more accurate.
Posted 23 August 2011 - 06:45 AM
Posted 23 August 2011 - 09:37 PM
Posted 24 August 2011 - 11:14 AM
Expected "(" but encountered "["I think, if your mistake is leaving something out then the message is good, however when your mistake is putting something in which shouldn't be there, only knowing what the parser was looking for is not particularly helpful, especially if you don't understand how the parser works.
Posted 24 August 2011 - 01:28 PM