![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
strLength - returns the length of a string
SYNOPSIS
strLength [STRING]
EXAMPLES
strLength abcdefg (returns: 7)
strLength This is a string (returns: 16)
DESCRIPTION
This command will return the length of the inputted string.
Do not surround the string with quotes.
AUTHOR
Allen Ormond <aormond (at) fromrocks (dot) com>