Loading an array

R

Ron

I am attempting to convert an old QuickBasic program to
one running under VB. In the old program I loaded a two-
dimensional array using READ-DATA. For whatever reason,
there does not seem to be an equivalent in VB. I need to
load several hundred values as part of a look-up table.
In the absence READ-DATA how is this done in VB?

Thanks.
 
G

Guest

I am trying to do the same exact thing from an old QuickBasic program. Loading it from a database or xml file seems like I have to keep that stuff along with the executable when I release it. I would rather have something that I can quickly modify the existing code (since I am copy-pasting it) and keep it internal to the module. Please let me know if anyone has any different ideas.
 
C

Cor

No Craig,

It sounds as a good idea, when I understand you well than the
dataset.readXML and writeXML are ideal for this.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top