How can I break a string into fixed sections. For example, I need to break a string which has a max length of 100 characters into 5 strings of 20, where string each of the strings of 20 characters are fixed positions of the 100 character string, 0-19, 20-39, 40-59...

Thanks - Bob