Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.7.16 GetLength
Contents
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")