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 _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode