Results 1 to 3 of 3

Thread: Arrange Words

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    40

    Arrange Words

    This is the Text i have in a textbox..

    Code:
    Mathematics 01x17, "algebra" starts on Thursday at 09:00 pm Apr/07/2011
    i want the Text to appear Like this in a msgbox, can anybody help?

    Code:
    The Next Chapter of mathematics is algebra (01x17), it will starts on Thursday at 09:00 pm Apr/07/2011

  2. #2
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: Arrange Words

    Do you want this output string to apply to this input string only or to embrace all input strings that include a subject, a day, and a date that appear in the order as shown in the input field?

    To simplify things and make it more useful, I would separate the input string into fields that contain the important elements that the output string can then reveal. Otherwise, you are writing code for a specific sentence that may never be repeated and the code is useless on the next input.

    Understand?
    Doctor Ed

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    40

    Re: Arrange Words

    i Dont Understand

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