<=Back
Distinguish between visual basic array statements declared in (i) and (ii). (4 marks)
(i) public sub command_click ()
Dim Customer (200) As string
(ii) Private sub command_Click()
Option Base 1
DIM Customer(200) As string
 Viewed: 410 times
Share in: