A
Adam
Hi all,
If I have a string where I know the length how do I split that into an
array based on Char position.
For example, split a string with a length of 100 into a 5 element
Array, each of 20 chars length.
Thanks in advance.
Adam
If I have a string where I know the length how do I split that into an
array based on Char position.
For example, split a string with a length of 100 into a 5 element
Array, each of 20 chars length.
Thanks in advance.
Adam