- #1
Sakha
- 297
- 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.
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.