VB Programming 8 - Simple Array

preview_player
Показать описание
Using simple arrays in Visual Basic.

Please note: this needs re-recording since I used an old array structure where the dimensional value defined the quantity of array elements, not the final pointer value where the initial value is 0. In VB, if you define an array of 3 [duck(3)] then you'll have a 4 element array that starts at 0 [duck(0), duck(1), duck(2), duck(3)] and not, as the video states, a 3 dimensional array starting at 0 and eneding at 2. Sorry for that; problem with being an old person.
Рекомендации по теме
welcome to shbcf.ru