如何读 文本的最后一行??
请教大家。。。。:face (38):_FileReadToArray 和 _FileCountLines 均不能正常 读取 exe 的文本行数
饿 已解决
应该要 要减一行
#include <file.au3>
Dim $aRecords
If Not _FileReadToArray("app.exe",$aRecords) Then
MsgBox(4096,"Error", " Error reading log to Array error:" & @error)
Exit
EndIf
Msgbox(0,0, $aRecords[$aRecords-1])
[ 本帖最后由 lele9013 于 2009-3-4 14:13 编辑 ] 减了就是倒数第二行了哦,,不信你试试吧 $aRecords[$aRecords]
页:
[1]