Does Visual Logic support Text File I/O?
A. Yes. To do text file I/O, double-click on the Input (or Output) element to show the edit dialog, click “More >>”, and select the File option button, and then specify the appropriate text file name. Steps for creating an input text file: To create an input file, you should use Notepad or a similar tool to create a simple .txt file. When reading input from a file, each line in the file is like one entry in console mode. You should therefore keep the input file to one input item per line. (And be sure to include quotes around string input, just like with console or dialog input.