Clever1mba Posted May 27, 2005 Posted May 27, 2005 helloim using this inetget in my code but problem this that when net is not connected inetget stop other script for executing wat solution how to use @InetGetActive@InetGetActiveInetGet("http://www.domain.com/myfile.txt", @SystemDir & "\Myfiles.txt")
Valuater Posted May 27, 2005 Posted May 27, 2005 @InetGetActive Is 1 if a InetGet download is currently active, otherwise is 0. @InetGetBytesRead During a InetGet download this is the number of bytes currently read. It is -1 when there is an error downloading. Just error handling.... i think
Valuater Posted May 27, 2005 Posted May 27, 2005 hellothanks Valuateri want to know character limit of fileread$chars = FileRead($file, 1)<{POST_SNAPBACK}>dont know how many charactors you are wanting but i tested the following$chars = FileRead($file, 50)$chars = FileRead($file, 550)$chars = FileRead($file, 5550)And they all workedenjoy
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