Материал из Module developer
B.isSimpleType
to check the initial value for being of the simple type
Syntax
B.isSimpleType (operand)
| input | sample | description |
| operand | "Simple type" | type: Operand the initial value |
| output |
| Boolean | type: Boolean the result: 0 - not the simple type, 1 - the simple type |
Example:
var check = B.isSimpleType("Simple type"); // returns "true"
