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