Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21090

Read Input file directly into listbox

$
0
0
Instead of reading a record into a variable and then using that variable as the item in .Additem to a listbox can the file record be read directly into the listbox?

Example:

Instead of this:

Line Input #1, Data
List1.AddItem Data

can something like this be done:

List1.AddItem Line Input #1, Data

Viewing all articles
Browse latest Browse all 21090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>