Re: [PHP] Help! PRINTF Function

2006-11-06 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-11-06 12:46:14 +0100: > > Hello, > > The following examples don't work > > printf("[%10s]\n",    $s); // justification ? droite avec des espaces > printf("[%-10s]\n",  $s); // justification ? ga

Re: [PHP] Help! PRINTF Function

2006-11-06 Thread Dotan Cohen
On 06/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, The following examples don't work printf("[%10s]\n", $s); // justification à droite avec des espaces printf("[%-10s]\n", $s); // justification à gauche avec des espaces but this one: printf("[%'#10s]\n", $s); // u