Revision [618]

This is an old revision of new made by RogueShadow on 2010-05-13 21:51:57.
 
Usage

Syntax:
  1. var = new[n]

Explanation

new[n] initializes a new array of size 'n'.

Example

function onCreated()
{
  this.array = new[10];

  echo( this.array.size() );
  echo( this.array) ;
}


Echo's " 10 " and " 0,0,0,0,0,0,0,0,0,0 "

Categories

CategoryLanguageConstruct

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki