Search results for query: *

  1. T

    Dynamic Array Problems

    Sorry. . here is the global definitions I am using #Region " Definitions " Private Item As New pet Private Inventory(0) As pet Private ItemIndex As Integer Dim Types() As String = {"Live Animal", "Frozen Good", "Dry Good", "Misc Good"} #End Region Item is the current item that is entered...
  2. T

    Dynamic Array Problems

    Dynamic Array Problems - Array of created Class Objects I am in a VB.NET class in college and I am being stumped on this dynamic array attempt. I figured out the way to redim the array when a new item is added. So that all works, but my array is a place holder for my "pet" object that I have...
Back
Top