Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <File.au3>
- #include <Array.au3>
- Local $aRecords
- _FileReadToArray("z:\xampp\htdocs\somemore.txt", $aRecords)
- $aLastLine = _ArrayPop($aRecords)
- _FileWriteFromArray("z:\xampp\htdocs\somemore.txt", $aRecords, 1)
- MsgBox(0, "OTP", $aLastLine)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement