|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
(VB6) Can anyone suggested how to load a listbox from a CSV (comma delimted) text file? J. |
|
#2
|
||||
|
||||
|
* Open the text file
* Start a loop, stopping at EOF * Readline * Perform a split at the commas, creating an array * Perform the "add new item to list" method (it's been a while since I've used VB) using your newly created array Rinse, repeat. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Load LISTBOX from text file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|