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