Search results for query: *

  • Users: AndrewD2
  • Content: Threads
  • Order by date
  1. A

    Problems with Declarations

    In the form I'm working on I've created a structure so that I can have arrays that contain a string and an integer. Structure SpecialAbilities Public Abilities As String Public Value As Integer End Structure I then declare my variable Public MeleeSpecials() as SpecialAbilities And my...
Back
Top