Published on : August 21, 2020
Title | : | if.not_bool | |||||||||
Purpose | : | The Condition to check given variable data type is not a Boolean type. | |||||||||
Syntax | : | [if.not_bool variable_name] //** Do something if given variable is not a Boolean type **// [/if.not_bool] |
|||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It return boolean value (true/false) | |||||||||
Example 1 | : |
|
|||||||||
Example 2 | : |
|