String Character Length

From Rosetta Code
Revision as of 23:04, 16 January 2007 by MikeMol (talk | contribs)
Task
String Character Length
You are encouraged to solve this task according to the task description, using any language you may know.

In this task, the goal is to find the length of a string.

mIRC

Compiler: mIRC

alias stringlength { echo -a Your Name is: $len($$?="Whats your name") letters long! }