Imperial Posted January 20, 2017 Posted January 20, 2017 whats the Differences between InetRead or InetGet and _INetGetSource
mikell Posted January 21, 2017 Posted January 21, 2017 (edited) A helpfile exists. It's extremely nice, and also... guess what ? helpful InetRead : downloads a file and read it => returns a binary string InetGet : downloads a file and save it => returns a handle or a number of bytes downloaded. _INetGetSource = BinaryToString(InetRead, $INET_FORCERELOAD) => returns a string Edited January 21, 2017 by mikell
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