Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
#if typecodeof(p) <> 0#endif
macro mf(p)#if not match((p),(null)) print "not null"#else print "null"#endifend macromf nullmf 0mf 1/4