23.03.2012, 23:41
i'm not sure you can do that.
however you can define a string, and format it, then you return the symbolic name of that string. that way you can correctly return a string, not directly.
however you can define a string, and format it, then you return the symbolic name of that string. that way you can correctly return a string, not directly.
Code:
//for example new string[4]; format( string, 4, "null" ); return string; // where ... return "null"; // shouldn't work