# [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
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
2 matches
Mail list logo