i dont understand why it doesnt write to txt file !!!
Code:new_contents = Input.GetText("Input1"); if e_Key == 13 then if(new_contents)then for i, v in new_contents do TextFile.WriteFromString("AutoPlay\\Scripts\\history.txt", v.."\r\n", true) end else Dialog.Message("Error", "No Text"); end end

Reply With Quote
