NAME
SplitStringByCharacterCount — Return a list of strings, each string limited in char count.
SYNOPSIS
SplitStringByCharacterCount String CharacterCount
DESCRIPTION
Return Value
A list of strings, each has at most a certain number of characters. Strings will not end in the middle of a word.
Arguments
StringString to split into a list of strings.
CharacterCountMaximum number of characters to include in a string.

For information regarding exceptions / errors, see here.
EXAMPLES