3.5.7.16 GetLength

Description

Get the length of a string.

Syntax

 int GetLength( string str$ )

Parameters

str

string to get length.

Return

Return the string length, return 0 if string is empty

Example

len = GetLength("origin.ini")