If let's said i have a string variable.
Example
Str = "123456789132456789................" (a lot of datas)
so how can i break them up ??
Str = "12345678913456478
123456789"
I cannot do something like that in the above. So how can i make sure that they are still under the same variable of Str.
Thanks
