search
in the
blog
c4script function list
c4script reference
c4script function list (DE)
c4script reference (DE)
bugtracker
forum
hg changelog
hg resources changelog
website
Home
FAQ
About
Download
Latest Release
Development Snapshot
Archive
Forum
Development
Bugtracker
Repository
Resource Repository
Documentation
C4Script Reference
Blog
CreateArray
Category:
Script / Strings
Since engine version:
5.1 OC
Description
Creates a new zero filled array.
Syntax
array
CreateArray(
int
length);
Parameter
length:
Length of the new array.
See also:
GetLength
,
SetLength
Günther, 2006-06