Read Me - Common Public License V1.0 - Copyright Notice(©)

word


>>-word(n)-----------------------------------------------------><

Returns the [n] th whitespace-delimited word in the receiving buffer or the null string if the receiving buffer has fewer than [n] words. The [n] must be a positive whole number. This method is exactly equivalent to receiving_buffer~subWord(n,1).

Read Me - Common Public License V1.0 - Copyright Notice(©)