Results 1 to 4 of 4

Thread: [Resolved]Save Listbox Into Single String... FAST

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    [Resolved]Save Listbox Into Single String... FAST

    I'm trying to save listbox contents into a single string, each line seperated by a | character. From this string i intend to write to a file.

    When loading the file i'll seperate each line by using the Split function and | as the delimeter.

    The problem here is that I'll have to use a Do Loop, or somthing along those lines, which is OK, but i'm trying to get something a little faster.

    Is there like some short code that one of you uber programmer guys know that makes this a little more easier and faster?
    Last edited by Slyke; Jan 28th, 2007 at 12:48 PM.

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