Hey folks... got a problem... let say I was outputting to a text file and I want to output something on a line after 41 spaces... how can I do that easily? I know I can use
chr(32) 41 times, but that doesn't seem efficient. Isn't there something like spc(41)?
Thanks for all your help!


Reply With Quote