|
-
Mar 11th, 2011, 06:11 PM
#1
Thread Starter
Member
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
-
Mar 11th, 2011, 08:00 PM
#2
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?
-
Mar 13th, 2011, 08:01 AM
#3
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|