de
:
en
Commands
Category
Letter
Add
random
Tutorials
Overview
Add
Codes
Overview
Add
Terms
Overview
Add
Search
Search
Miscellaneous
News
Extras
Downloads
Login
Stats
Help
Impressum
dbLounge
Category
Letter
random
Command
Add
Edit
Discussion (0)
Versions
Category
Array
Command
dim
Syntax
dim
arrayname
(
size
[,
size2
] )
Description
Dimensions an array of the given size. Optionally, the array can be dimensioned with no given size, allowing the array to be dynamic.
Additional information
In dynamic arrays, elements can be added to and deleted from the array throughout program execution, via the commands
array delete element
and
array insert at bottom
.
Example codes
Currently no examples for this command available. Search in sourcecodes for usage examples or add now a new example for this command.
Add Example