editing a table
-
Hi folks, I've an MFC application that generates some string data. I want to put this text data in a file in a table form. How can I perform this? Thanks for the help! Hami
Use Acees database
-
Hi folks, I've an MFC application that generates some string data. I want to put this text data in a file in a table form. How can I perform this? Thanks for the help! Hami
Anonymous wrote:
I want to put this text data in a file in a table form. How can I perform this?
Without being more specific, "table form" is too ambiguous. You could write the string data to a file and say it is a 1x1 table, or you could write it to a file and say it is a 1xN table where N is the number of 'words' in the string.
"Take only what you need and leave the land as you found it." - Native American Proverb