4
Answers

Get word from string based on its position

swap swap

swap swap

7y
306
1
Hi,
I dont want to use split function logic.
I have strin like
 
'This,is,C#,Corner,Website'
 
If i provide 2 then it must give is,
If i provide 4 then it must give corner,
If i provide 5 then it must give website, and so on.
 
How can i do this 
Answers (4)