This document describes the various uses of Util - Handle blocks.
â–¶Handle Block - Is Type
- Block that checks the data type of Value and returns the boolean value.
1) IsArray
- Determine whether the data type is Array.
2) IsBoolean
- Determine whether the data type is Boolean.
3) IsFloat
- Determine whether the data type is Float.
4) IsInteger