﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
51	"Problem with ""Au3Check"" and ""IsDeclared"""	Holger		"Au3Check 'seems' to have a problem with correct checking of lines with ""IsDeclared"".
Here a small example:
{{{
#include <GUIConstants.au3>

If Not IsDeclared(""WM_COMMAND"") Then Global Const $WM_COMMAND = 0x0111
}}}
Whith running these lines there is no problem only with checking.
This is the output:
{{{
>C:\Userapps\AutoIt3\SciTE\..\au3check.exe ""C:\Userapps\AutoIt3\test.au3""
AutoIt3 Syntax Checker v1.54.8  Copyright (c) Tylo 2007

C:\Userapps\AutoIt3\test.au3(3,71) : ERROR: $WM_COMMAND previously declared as a 'Const'
If Not IsDeclared(""WM_COMMAND"") Then Global Const $WM_COMMAND = 0x0111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Userapps\AutoIt3\test.au3 - 1 error(s), 0 warning(s)
>Exit code: 2    Time: 0.328
}}}

Holger"	Bug	closed		Other	3.2.10.0		No Bug	au3check scite	
