Format
From SDU
Revision as of 03:35, 27 February 2008 by Bredding (Talk | contribs) (New page: 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, descrip...)
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 cahracters... %% = percent sign %d = int %s = string