Strlen

From Mesham
Revision as of 22:34, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This strlen[s] function will return the length of string ''s''. * '''Pass:''' A string * '''Returns:''' An integer == Example == var a:="hello"; var c:=strle…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This strlen[s] function will return the length of string s.

  • Pass: A string
  • Returns: An integer

Example

var a:="hello";
var c:=strlen[a];