I have taken a
string value in some
test code and found all the "\n" values in the string via the split method and created a string array (notes) for each split value. However now I am needing to breakup each string[] (notes) value to a 45 char max length and create a new string for each 45 char length or less for each string[] value until I get to end of that string[] value.
Any suggestions or direction would be greatly appreciated.
Here is the code I am working with: