I'm fairly new to VB and I am making a game as part of my portfolio project in a class. I'm having some trouble with array declaration though. Here's my code:
Public varSkillLearnedArray(100) As Boolean
varSkillLearnedArray() = {True,true,true}
I have option explicit on and option strict...