Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetLength
Category:
Script / Strings
Since engine version:
4.9.6.0 CR
Description
Returns the length of a string or array.
Syntax
int
GetLength (
any
szText);
Parameter
szText:
String or array of which to get the length
See also:
CreateArray
,
GetChar
,
SetLength
Günther, Juni 2006
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script