Hi,
I'm trying to output a character n times, in my case I need it for indention:
$level = 1 -> output " "
$level = 2 -> output " "
$level = 3 -> output " "
and so on. Can I do it without constructing a loop?I think I read about a function to do this a while ago, can't seem to find it right now though.
Thanks,
Tyler
Repeat something n times without loop.
Moderator: General Moderators
-
tylerdurden
- Forum Commoner
- Posts: 66
- Joined: Mon Jul 28, 2003 11:52 am
- Location: Austria
-
tylerdurden
- Forum Commoner
- Posts: 66
- Joined: Mon Jul 28, 2003 11:52 am
- Location: Austria