Arrays: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2,439: Line 2,439:
</lang>
</lang>


={{header|Gambas}}==


In Gambas, you DO need to dimension arrays. The first element of an array is numbered zero. The DIM statement is optional and can be omitted ONLY if defined as a Global variable.
In Gambas, you DO need to dimension arrays. The first element of an array is numbered zero. The DIM statement is optional and can be omitted ONLY if defined as a Global variable.