﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2255	String value is treated as a number if starts with digits	Vlad (bw0)		"Hi,

I played with the code provided in the [http://www.autoitscript.com/autoit3/docs/keywords/IfElseEndIf.htm documentation] and decided to do some tests. All of a sudden, when using a value like 20QAZ the script reports that this value is positive, though it is not a number. This can be checked with this short piece of code:

{{{
Local $var = ""20QAZ""
If $var > 0 Then
MsgBox(4096, """", ""Value is positive."")
}}}

I didn't find any mentioning about this. Could you please check if this is a bug?"	Bug	closed		AutoIt	3.3.8.1	None	No Bug	string as a number	
