steve8tch 1 Posted May 23, 2005 (edited) Didn't really know where to put this post...>Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.datC:\test.au3(6,79) : ERROR: $WS_CLIPSIBLINGS previously declared as a 'Const'If Not IsDeclared('WS_CLIPSIBLINGS') Then Global $WS_CLIPSIBLINGS = 0x04000000I think this is an error in AU3Check - the "IsDeclared" bit doesn't like previously declared "Const"The easiest way to show this is to use GUIBuilder to rattle up a simple GUI then try and run it throughtSciTE (this runs AU3Check by default) and the error will pop up.ThanksEDITJust did another quick test - C:\test.au3 (46) : ==> Can not redeclare a constant.: If Not IsDeclared('$WS_OVERLAPPEDWINDOW') Then Global $WS_OVERLAPPEDWINDOW = 0x00CF0000 If Not IsDeclared('$WS_OVERLAPPEDWINDOW') Then Global ^ ERRORIsDeclared function doesn't seem to be picking up previously declared 'Const'.Is this just my PC ?Thanks Edited May 23, 2005 by steve8tch Share this post Link to post Share on other sites
GaryFrost 18 Posted May 23, 2005 http://www.autoitscript.com/forum/index.ph...pic=3169&st=135 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Share this post Link to post Share on other sites
steve8tch 1 Posted May 23, 2005 I'm sure there are a few more that apply to me. Share this post Link to post Share on other sites