Wondering if there is a built in way to multiply sections of the printf format field in cases when you want a particular part to repeat. In other words lets say you want to print 100 integers with minimum field width of 5, each separated by a tab. Is there a way to do this without typing %20d\t 100 times?