Justify text

simendsjo simen.endsjo at pandavre.com
Mon Aug 9 15:04:28 PDT 2010


On 09.08.2010 23:59, simendsjo wrote:
>
>      return justify(s, Alignment.Right, width, ' ');

Forgot zfill:

string zfill(string s, int width)
{
     return justify(s, Alignment.Right, width, '0');
}


More information about the Digitalmars-d-learn mailing list