Hello everyone,
I'm a newbie. I'm very happy when i know forum.
I use TextFile.ReadToString and get error.

My code
I want know .
1.How to remove it ?
2.How to multiselect file from a folder ?
I hope i will get your help.
I'm a newbie. I'm very happy when i know forum.
I use TextFile.ReadToString and get error.

My code
Code:
tFiles = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|Text Files (*.txt)|*.txt|", "", "dat", false, false); if tFiles then Input.SetText("Input3", tFiles[1]); end link = Input.GetText("Input3"); link = String.Replace(link, "\\", "\\\\", false); txt = TextFile.ReadToString(link); Input.SetText("Input2", txt);
1.How to remove it ?
2.How to multiselect file from a folder ?
I hope i will get your help.
Comment