Strlen

From Mesham
Revision as of 13:21, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

Overview

This strlen(s) function will return the length of string s.

Example

#include <string>
var a:="hello";
var c:=strlen(a);