arrays_and_select_case

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
arrays_and_select_case [2018/02/23 09:52] – created lenshandarrays_and_select_case [2020/09/18 13:20] (current) – external edit 127.0.0.1
Line 25: Line 25:
         strMake(12) = "Volkswagen"         strMake(12) = "Volkswagen"
  
-        'Declare the Rooms array+        'Declare the trucks array
         Dim strTruck(5) As String         Dim strTruck(5) As String
         strTruck(0) = "Isuzu"         strTruck(0) = "Isuzu"
Line 45: Line 45:
  
     Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load     Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
-        'Declare the Rooms array+        'Declare the vehicle array
         Dim strVehicleChoice(1) As String         Dim strVehicleChoice(1) As String
         strVehicleChoice(0) = "Cars"         strVehicleChoice(0) = "Cars"
  • arrays_and_select_case.1519379535.txt.gz
  • Last modified: 2020/09/18 13:14
  • (external edit)