Strlen

From Mesham
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