Chop or split a string into substrings.
String_Type[] strchopr (String_Type str, String_Type delim, String_Type quote)
This routine performs exactly the same function as strchop except that it returns the substrings in the reverse order. See the documentation for strchop for more information.