Or, function printCharXtimes pChar, pTimes put "%" & pTimes & "s" into pTimes put format(pTimes,) into tVar replace space with pChar in tVar return tVar end printCharXtimes Jim Lambert