if.not_int

/ Conditionals / if.not_int

Title : if.not_int
Purpose : If provided variable is not int then executes
Syntax : [if.not_int Variable_Name]
//** Do something **//
[/if.not_int]
Input Parameters : variable which needs to be check.
Return Value : It does not return anything
Example  :
Code :
Output : in var_num is number then set str as “var_num is not int”
Description : In the example, var_num variable is declared and there is store value hello. As the variable is not int, then if not_int condition will get satisfied and the logic inside will get executed.
Categories
Most Popular

Leave a Reply

Your email address will not be published.