Split String in VB6 - Get "cba" from "abc

  • Thread starter Thread starter Sakha
  • Start date Start date
  • Tags Tags
    Splitting
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Sakha
Messages
297
Reaction score
0
Hello,
I'm currently working on a project, what I need is to let's say:
I have the string "abc" how can I make to generate a string "cba", also, I need to be able to do this with about 25 letters or so.
I'm sure there is a command that split the number of letter you want to split. If its by the Split() I have no clue how to make it.
 
Physics news on Phys.org
After some research I found the function StrReverse(string).