hey ive spent an hour trying to get this right but can someone tell me what am i doing wrong here its just a code snippet , i am trying to get it to select a file from a folder and load it
THIS selects file but how do i load it i cant get it to load
Code:
F2::
FileSelectFile, SelectedFile, 3, , Open a file,TextDocuments(*.txt;*.doc)
FileRead,Mouse_moves,SelectedFile
StringReplace, Mouse_data, Mouse_moves, `n, @, All
HOW EVER THIS WORKS if i put a static name to a txt file
Code:
F2::
FileRead,mouse_moves, tuna.txt
StringReplace, Mouse_data, Mouse_moves, `n, @, All
[Title edited. Please write descriptive titles for your topics. ~jaco0646]