in reply to Re: write() removes trailing spaces
in thread write() removes trailing spaces

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: write() removes trailing spaces
by ioannis (Abbot) on Jun 09, 2006 at 08:48 UTC
    if $c is set to 'c ', then it will append 9 spaces at the end, so the string can occupy the 11 posisions. (Remember, it is 1 + 10 .)