Checking if a type exsits?

BlitzPlus Forums/BlitzPlus Beginners Area/Checking if a type exsits?

neos300(Posted 2009) [#1]
How do you find if a type you just assigned to a variable is not null?


Beaker(Posted 2009) [#2]
a.myType = new myType()
if a <> null
print "not null"
endif