Err... ToString help plz
BlitzMax Forums/BlitzMax Beginners Area/Err... ToString help plz Ah.. As it turns out ToString is a method :P
ToString() is a function in the Object type, the basic type in BMX. I think it initially just returns the address of the object in string form. All you have to is find out the correct types of the arguments and return value in the docs, and the override it with those types.