enaiman Posted December 23, 2009 Posted December 23, 2009 Something doesn't add up in your code ... what is this "text.txt"? is a text file opened with notepad? If that is the case wou7ldn't be easier to just copy the text from one file to other? Is "text.txt" another application? What happens when you run the code? What error do you get (if any)? Do a little debugging inside the For/Next loop, put: MsgBox(0, "Line", $aLines[$i]) before Send and see what is sent and what not. The code Authenticity gave you IS working and is doing exactly what you wanted; if there is any error, it is from your end and it is up to you to debug the code. Good luck, SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now