split a string by its index

Lets say I’ve got a string and I want to split it in to a different string from its [1] to its [6], how do I do so? I have found strings split but I don’t find it functional for numbers which change all the time.

Please help me. :frowning:

SOLVED
used string.Substring(index spot, length)