-
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
-
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? :ehh:
-
Re: Arrange Words