2010/1/4 Chris :
> Jean-Philippe Battu wrote:
>>
>> Hello
>>
>> I would like to print a string formatted on the right side and fill in
>> the left side with the unsecable character [ ]
>>
>> I read in the printf command I could use : printf( "%#30s" , $mystring ) ;
>> to display $mystring string w
Jean-Philippe Battu wrote:
Hello
I would like to print a string formatted on the right side and fill in
the left side with the unsecable character [ ]
I read in the printf command I could use : printf( "%#30s" , $mystring ) ;
to display $mystring string with the character # before (on the le
Hello
I would like to print a string formatted on the right side and fill in
the left side with the unsecable character [ ]
I read in the printf command I could use : printf( "%#30s" , $mystring ) ;
to display $mystring string with the character # before (on the left)
and I try to replace #