Quantcast Splitting String-VB6 Text - Physics Forums Library

PDA

View Full Version : Splitting String-VB6


Sakha
Aug11-08, 06:47 PM
Hello,
I'm currently working on a project, what I need is to lets 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.

Sakha
Aug11-08, 10:11 PM
After some research I found the function StrReverse(string).