if.not_bool

/ Conditionals / if.not_bool

Title : if.not_bool
Purpose : Used to determine that the given variable type is not a boolean.
Syntax :
Input Parameters : variable name: (int) (Required) variable to check.
Return Value : N/A
Example 1 :
Code :
Output : Variable is not of Boolean Type
Description : The above example code will output string if the template.arg is not a Boolean. Otherwise it will be empty.
Categories
Most Popular

Leave a Reply

Your email address will not be published.