I am having string issue. I am trying reverse the string, but cannot seem to accomplish.

Scenario:

The string is dynamic - def, abc - I want the out put as message box to be abc def
If the string is def, abc 123 - I want the out put to be abc 123 def

Is it posssible to reverse string with vb6?