+Проверка f4

This commit is contained in:
2021-11-08 17:08:32 +06:00
parent d4fc19b54d
commit 9b11fb813a
2 changed files with 3 additions and 4 deletions

View File

@ -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);