How to convert a value to a string/int/real no matter its type?
For example, if I do
STR$("test")There's a type mismatch because STR$ is not meant to take values other than int or real. I need to find a workaround to this issue. If you are wondering what I need this for, I'm creating an object type in Nossrec, my SmileBasic Precompiler (I'm not calling it PerssonBasic anymore because it's no longer basic by any means).