Results 1 to 20 of 20

Thread: [RESOLVED] Need Urgent Help From You All

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    80

    Resolved [RESOLVED] Need Urgent Help From You All

    Dear Experts Out There,

    I need your help urgently.

    I would like to write VB code which could do the followings:

    1. Read lines of strings from input text file (the file has few lines, each line has few words)
    2. Then the code will split the strings from each line if it found " " (space)
    3. The code will write the strings to output file; one word in each line such as:
    Original file input content

    I love you so much
    You are my sunshine
    What will happen tomorrow

    The content of output file are:
    I
    will
    love
    you
    so
    much
    ......
    ......

    Thanks guys
    Last edited by Hack; Feb 14th, 2006 at 07:38 AM. Reason: Added [RESOLVED] to thread title and green "resolved" checkmark

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