Quote:
Originally Posted by Cyanide
You can create functions like this by reading this tutorial.
|
I still need to know the type of the variable so I could operate with it properly. I'm making a saving system which obviously will use text to save things, and the tutorial you gave me doesn't help at all, because I still need to use proper specifier for 'format()', ie. I wont know whether %s %d or %f has to be used.