Results 1 to 3 of 3

Thread: doh!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    26

    Question doh!

    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!

  2. #2
    Fanatic Member steve65's Avatar
    Join Date
    Jun 2000
    Posts
    610
    Search help for space.

    Code:
    TempString = Space(10) & "Hi Mom"
    This space for rent...

  3. #3
    Guest
    Close, it is Space(41).

    Steve got in just before I did.

    [Edited by Dreamlax on 07-12-2000 at 08:59 AM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width