I tried this:
Const TEST:MyTYPE=New MyTYPE
I get errors that looks like: constant initialiser must be constant
Im guessing ill have to make it global then :o
Const TEST:MyTYPE=New MyTYPE
I get errors that looks like: constant initialiser must be constant
Im guessing ill have to make it global then :o