Hey,
I have a problem. I want to split a string like
"Hello Guys,
welkome to my home".
The Probem is, that i want to get this string and save it in a array. But, i want that the first line is in the index 0 and the second line in index 2. So i need to .Split it.
But what do i write in the ( )?
Thanks for answers
_______________ _______________ _____________
Sorry for my very bad english. ^^
I have a problem. I want to split a string like
"Hello Guys,
welkome to my home".
The Probem is, that i want to get this string and save it in a array. But, i want that the first line is in the index 0 and the second line in index 2. So i need to .Split it.
But what do i write in the ( )?
Thanks for answers
_______________ _______________ _____________
Sorry for my very bad english. ^^
Comment