Difference between revisions of "Strlen"

From Mesham
Jump to navigationJump to search
m (4 revisions imported)
 
(No difference)

Latest revision as of 15:44, 15 April 2019

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