❔ can't insert listbox items from txt file?
Hello, I'm hoping to have a list box show items from a txt file on my C:\ drive, but I can't seem to get it right. can someone point out for me why my list box isnt showing the contents of the input file?
10 Replies
this is the input file in question
start by debugging
what is
inputFile.ReadLine()
returning?
does it ever run?I intend for it to return the lines from the text file in order, but it doesnt seem like its returning anything
when i hit the load button, nothing is returned in the list box
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
Because it isn't
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
mb didn't notice
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.