0
試圖讀取txt文件並將結果顯示在消息框中。我計劃複製和粘貼1000行,並在後面的代碼中將它們從數組中刪除。現在我希望能夠看到該文件可以讀入數組,並顯示:如何從文件讀取數組
Local $List
FileReadToArray("C:/Users/Desktop/recent_list.txt", $List [, $iFlags = $FRTA_COUNT [, $sDelimiter = ""] ])
MsgBox(0, "Listing", $List)
我得到一個錯誤: >"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Documents\Test.au3"
這看起來是正確的(我現在正在嘗試它)但那是什麼ConsoleWrite文本?函數中的文本? – marriedjane875
當我使用控制檯寫入時,Wheres輸出(像我在哪裏讀取結果)? – marriedjane875
我擺脫了'['&$ i + 1&']'',它工作。 (這是什麼?) – marriedjane875