My first day of actually trying to learn BlitzMax after owning it and not using it for six months. ( Translation: Expect many more stupid questions soon. )
I have a type with a create function and delete method. In the delete method, I nullify the instance with Self=Null but the compiler won't have it. Am I not supposed to assign anything to Self? What's the preferred way then?
I have a type with a create function and delete method. In the delete method, I nullify the instance with Self=Null but the compiler won't have it. Am I not supposed to assign anything to Self? What's the preferred way then?