Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

Command List (ls)


strWordNumber
NAME strWordNumber - Returns a word for a given phrase SYNOPSIS strWordNumber [POSITION] [PHRASE] 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
24 uses - Created 2005-12-14 18:18:25 - Last used 2006-03-31 03:54:57 - Nominate - Description - http://saraswaticlasses.net/yubnub/split.php?phrase=%s

StrWordCount
StrWordCount. Count the number of words in a string. To count the number of words in a string just enter the words Example: StrWordCount I love Monkeys Gives the answer of 3 Simple!
13 uses - Created 2005-11-13 11:40:19 - Last used 2013-04-28 07:46:27 - Nominate - Description - http://sourceymonkey.com/projects/yubnub/countwords.php?w=%s