Hi can anyone tell me how to split a string into an array based on it's length?

Say if I want the length to be 350 then every 350 chars in a textbox will be split into an array like

splittext(0) = First 350 chars
splittext(1) = Second 350 chars
splittext(2) = Third 350 chars or any chars under 350

etcetc

Thanks