Why not use str_repeat()?

www.php.net/str_repeat

---John Holmes...

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 25, 2002 11:45 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Print a char from a variable number
> 
> Hello List,
> 
> I want to do something that I think it is very simple but I canīt get
> working ! Iīve tryed fprint and works well but not with a random
number.
> printf("%'-6s", "");
> Here I print the '-' char 6 times.
> 
> In some where of my code a get a result from a math calculation and I
want
> to print this result as chars. Example:
> 
> 10 - 7 = 3
> I want to print the char '-' 3 times.
> 18 - 7 = 11
> I want to print the char '-' 11 times.
> 
> Can anyone help me ?
> 
> Thankīs in advance,
> Gus
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to