Hi,
I'm wondering if someone could point me in the direction of some help...
I'm wanting to use a .txt file, or a access database to populate a listbox...Any suggestions...
Printable View
Hi,
I'm wondering if someone could point me in the direction of some help...
I'm wanting to use a .txt file, or a access database to populate a listbox...Any suggestions...
If you look up:
LoadVars
this is used to import variables from an external source (your txt file):)
You may need to consider the XML object if you have a lot of data to load.;)