Checking if a type exsits?
BlitzPlus Forums/BlitzPlus Beginners Area/Checking if a type exsits?| 
 | ||
| How do you find if a type you just assigned to a variable is not null? | 
| 
 | ||
| a.myType = new myType() if a <> null print "not null" endif | 
| 
 | 
| 
 | ||
| How do you find if a type you just assigned to a variable is not null? | 
| 
 | ||
| a.myType = new myType() if a <> null print "not null" endif |