swade61970
Programmer
I have a database file that has questions and answers in it. I want to be able to read the database file and output the questions and answers into a text file. It has to be a standard text file b/c we are going to upload it to our imaging system to be viewed by our users. The imaging system we use requires it to be in text file format or tif format in order it to be viewed properly.
What is the best way to get the data written to a text file with the following format. Questions on one side and answers on the other. Like two columns. The catch is the question column has to be able to handle word wrapping.
What is the best way to get the data written to a text file with the following format. Questions on one side and answers on the other. Like two columns. The catch is the question column has to be able to handle word wrapping.