format(string, sizeof(string), "** Age: %s", agetext);
format(string, sizeof(string), "** Age: %i", agetext);
%s - string %i,%d - integer