+Проверка f4
This commit is contained in:
@ -1454,7 +1454,7 @@ class EdtRec
|
||||
if((value=="")&&(maybenull==0)) return false;
|
||||
return isInt(value)
|
||||
}else
|
||||
if(type=="f8")
|
||||
if(type=="f8" || type=="f4")
|
||||
{
|
||||
if((value=="")&&(maybenull==0)) return false;
|
||||
return isFloat(value);
|
||||
|
||||
Reference in New Issue
Block a user