After the Sub runs does the Array remain in memory ? I am toying with reading a csv into an array, reading it back out to pad the line to prep it for loading into a database.. Not sure the best way to proceed.. maybe I should just make an ETL process within the database..
@TELong16034 жыл бұрын
I am programming beginner. I am writing a Bible Trivia game in visual basic The data is in a delimited text file that is attached to the solution explorer. How can I get VB to read the file so that I can load the data into an array? Thanks, Thomas Long
@samueljloms67448 жыл бұрын
hello please how do we accept user inputs into a two dimensional array and display the inputs from the array into a list box PLEASE HELP...
@wookienutsack928410 жыл бұрын
i need help at DymArray(i) = rnd.Next(1, 101), i always get the message "Object reference not set to an instance of an object." after I run it. what should i do?
@VBToolbox10 жыл бұрын
Hiya, Wookie! Did you create *rnd* as a "New" Random?