Originally posted by Ulrich
View Post
Cheers for that extra bit of info. I will surely give it a good read and see if I can understand it.
Just before I read the last post from you I did get my head round writing a string from a table.
It worked a treat.
gotit = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", "", "dat", false, false);
TextFile.WriteFromTable("C:\\Users\\Malc's PC\\Desktop\\new.txt", gotit, false);
TextFile.WriteFromTable("C:\\Users\\Malc's PC\\Desktop\\new.txt", gotit, false);
Another step closer....
Thank you..
Leave a comment: