News
Study an array of data types, covering integers, strings and boolean yes-or-no values, how a computer stores them and how they can be used by programmers. BBC Homepage Skip to content ...
Dim score(1,9) As Integer would declare an array with two rows and ten columns. Data is assigned or retrieved by referring to an element's row and column number, eg: score(0,1) = 110 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results