2.0
3.0
>
lang
>
isboolean
السابق
التالي
تحرير
إعادة تسمية
تراجع
بحث
الإدارة
المستندات
تحذير! هذه الصفحة لم يتم ترجمتها.
See english version
IsBoolean
Result
= IsBoolean (
Expression
)
AS Boolean
Returns
TRUE
if the
Expression
is
Boolean
.
مثال
PRINT IsBoolean(FALSE), IsBoolean((1 > 0) AND (2 > 1)), IsBoolean(IsBoolean("no matter what"))
True True True
PRINT IsBoolean(-1), IsBoolean(NULL)
False False
إنظر أيضا
دوال أنواع البيانات