if.not_obj

/ Conditionals / if.not_obj

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

Leave a Reply

Your email address will not be published.