Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vb.net [2018/02/23 09:56] – lenshand | vb.net [2020/09/18 13:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| |Peter|Paul|James|Suzie| | |Peter|Paul|James|Suzie| | ||
| |index(0)|index(1)|index(2)|index(3)| | |index(0)|index(1)|index(2)|index(3)| | ||
| + | |||
| + | Declaring one dimensional Array | ||
| + | |||
| + | The general syntax to declare a one dimensional array is as follows: | ||
| + | |||
| + | < | ||
| + | Dim arrayName(subscript) as dataType | ||
| + | </ | ||
| + | |||
| + | ==== Week commencing 23 April 2018 ==== | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | |||