CharacterArray Method asArrayOfSubStrings
Delimits the character array by white space and places each
delimited string element into an Array of references.
White space in this method, is defined as being any character
with an ascii value that is less than or equal to 32 (space).
Returns an Array instance of CharacterArray
instances. The new CharacterArray instances represent this
instance divided into substrings by white space.
This metod defines white space as any character with ASCII
value <= 32 (space character).
Returning Parameter