Jump to content
We are aware aware of an issue with authentication on the site. See our status page for details. ×

[LE] Dynamic but not Dynamic or just stupid Static Array?


Recommended Posts

Why i can't compile this:

 

Int Size

Function QChain_Constructor( Int iSize = 32 )
Size = iSize
NextID = new Int [ Size as Int ]
PrevID = new Int [ Size as Int ]
RefID = new Int [ Size as Int ]
List = new Int [ Size as Int ]
EndFunction
; without casting is not working too :P
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...