Strlen

From Mesham
Revision as of 14:39, 15 April 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>

function void main() {
   var a:="hello";
   var c:=strlen(a);
};

Since: Version 0.41b