Search results for query: *

  1. D

    Array data passed between class'

    I am trying to write a seemingly simple program. However when i was createing the array in a class called "Levels" I was unable to use the data in Class "form1" how would i transport the data from "Levels" to "Form1" Here is a sample of what i have: Public Class Levels Public Shared Sub...
  2. D

    Dynamic Array Problems

    So what is happening is that every time you enter the "sub" Private Sub newItem() ItemIndex += 1 ReDim Preserve Inventory(ItemIndex) Inventory(ItemIndex) = Item End Sub ItemIndex is equal to 0 try checking it like this Private Sub newItem()...
Back
Top