In Visual Basic 2008 Express edition: Create a new string replacing the order of the words, from last one to the first one and show it in a text box
Example:
Input: “This is an example”
Output: “example an is This”
I know theres a function to reverse the letters (StrReverse), but the order of the words? Please someone help me out.