![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
strWordNumber - Returns a word for a given phrase
SYNOPSIS
strWordNumber [POSITION] [PHRASE]
DESCRIPTION
arguments:
<POSITION>
The position of the word in the phrase (number 1 for the first word).
<PHRASE>
The string, words separated by spaces.
EXAMPLES
this: strWordNumber 2 Hello! how are you?
returns: how
and this: strWordNumber 8 nice to meet you
returns nothing
AUTHOR
Fuska