>>-SUBWORD(string,n--+---------+--)----------------------------><
+-,length-+
Example 7.85. Builtin function SUBWORD
SUBWORD("Now is the time",2,2) -> "is the"
SUBWORD("Now is the time",3) -> "the time"
SUBWORD("Now is the time",5) -> ""