12.07.2010, 19:31
%s - string
%d - decimal
%f - float
%i - integar
Example: format(string,sizeof(string),"%s is %d years old",Name,age);
Is that what you mean?
%d - decimal
%f - float
%i - integar
Example: format(string,sizeof(string),"%s is %d years old",Name,age);
Is that what you mean?