Eradicator Posted August 12, 2008 Posted August 12, 2008 InetGet works fine, but I need it to output to a string variable and not a file. I don't want to be writing a file to the user's hard drive, reading it, and then deleting it (What i'm doing now.). How can I accomplish that with InetGet or a similar function? Regards, Eradicator
SIone Posted August 12, 2008 Posted August 12, 2008 InetGet works fine, but I need it to output to a string variable and not a file. I don't want to be writing a file to the user's hard drive, reading it, and then deleting it (What i'm doing now.). How can I accomplish that with InetGet or a similar function?Regards,EradicatorI suggest you read each line into an array. If you use the search function of this forum you will find a lot of pointers.Hope this helps,SIone Perilous to all of us are the devices of an art deeper than we ourselves possess.
Skruge Posted August 12, 2008 Posted August 12, 2008 Take a look at _INetGetSource or the _IE functions. [font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]
Eradicator Posted August 12, 2008 Author Posted August 12, 2008 Thank you, I was looking for a function like that but wasn't able to find any in the help file. I appreciate it. Regards, Eradicator
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