Format
From SDU
formats a string
string format(string expression, ... variables)
eg. format("Change number is %s", chg_ref_num); format("Change number is %s and description is %s", chg_ref_num, description);
escape characters... %% = percent sign %d = int %s = string