Methods and Types
BlitzMax Forums/BlitzMax Beginners Area/Methods and Types| 
 | ||
| Quick Question, When coding within a method (inside a type), how do you refer to the current type instance. I want to add a OO command which deletes the current instance after performing a few clean up operations. I tried using the type name i.e. TTest, but it throws up compiler errors. Thanks in advance S. Hollington | 
| 
 | ||
| self | 
| 
 | ||
| Just what I needed. Thanks |