thunderlips
05-11-2003, 12:39 PM
Is there a function or API out there that would print x amount of spaces before writing text to a text file. For exampe if I need to skip 30 spaces and then print the date. Is there anyway to do this aside from just writing CHR(32)....30 times?????