12.08.2014, 18:33
I want to create formatted string, with lowest possible memory. That means I won't use bigger numbers than it needs like new string[128];. Yeah it's not macro, I think it's inline function, becouse I want just to replace it in piece of code, where am I. And if I create something like:
Its working, but in code up is something bad. :\
pawn Код:
#define Test(%0, %1) new %0[%1];