Hi
I am using ThinBasic version 1.13.0, and testing the listbox example (...\SampleScript\UI\Listbox\Listbox.tBbasic). Trying to populate the listbox from a text file but I cannot get the items to appear as a single line. That is the text file is:
one
two
three
Then the list box is: onetwothree; for many lines.
I tried using the C++ escape code '\n' with similar results. How do I get the program to read a single word to populate the listbox.
Also, if I am using a textbox how do I get the program to read several paragraphs into the Textbox. Thank You...
Bookmarks