﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1854	StringIsFloat returns 1 on non float numbers	MrCreatoR <mscreator@…>	Jon	"Here is a simple example that reproduces this bug:


{{{
For $i = 1 To 255
    $sChar = Chr($i)
    $vFloat = $i & '.' & $sChar
    
    If Not StringIsDigit($sChar) And StringIsFloat($vFloat) Then
        ConsoleWrite('StringIsFloat(' & $vFloat & ') = 1' & @LF)
    EndIf
Next
}}}
"	Bug	closed	3.3.7.2	AutoIt	3.3.6.1	None	Fixed	String Float	
