ribsa3
Programmer
- Jun 17, 2003
- 56
Hi there
I am having problems finding anything dealing with parsing text beyond standard behavior.
By this, I have a fairly conventional text file - besides the fact that it is semicolon-delimited. I am wondering what to write between..
Open "c:\myfile.sdv" For Input As #1
.. and ..
Close #1
.. to make it fill my arrays with information constrained between semicolons.
A sample line in the file is:
4;2;SQLSERVER:MyDatabase;ACME Inc.;
Does anyone feel like jotting down a little bit of sample code? If you really want to be valiant, I am populating a listbox with - in this case - text represented in the sample by ACME Inc.
Any help would be greatly appreciated!
Kindly,
-B
--------------------------------------------------------------------
Do what you wish, as long as it harms no one. That includes yourself.
I am having problems finding anything dealing with parsing text beyond standard behavior.
By this, I have a fairly conventional text file - besides the fact that it is semicolon-delimited. I am wondering what to write between..
Open "c:\myfile.sdv" For Input As #1
.. and ..
Close #1
.. to make it fill my arrays with information constrained between semicolons.
A sample line in the file is:
4;2;SQLSERVER:MyDatabase;ACME Inc.;
Does anyone feel like jotting down a little bit of sample code? If you really want to be valiant, I am populating a listbox with - in this case - text represented in the sample by ACME Inc.
Any help would be greatly appreciated!
Kindly,
-B
--------------------------------------------------------------------
Do what you wish, as long as it harms no one. That includes yourself.