strlen - returns the length of a string

int strlen( string str );

strlen() returns the number of characters in the string 'str'.

See also:
 sizeof

 Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
