| View previous topic :: View next topic |
| Author |
Message |
DoT_PiTcH Contributor

Joined: 07 Aug 2002 Posts: 85
|
Posted: Tue Jun 10, 2003 11:55 pm Post subject: What is wrong here? |
|
|
| Code: |
:cfuCLICK
INTERNET HTTP, CREATE, 1
INTERNET HTTP, get, 1, http://www.yetitrackers.com/uytsoft/6.txt
%%aa = @INTERNET(HTTP,content,1)
list add, content, %%aa
INTERNET HTTP, DESTROY, 1
goto evloop
|
it doesnt give me anything nothing is there but the file has some text.... what is wrong? |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Wed Jun 11, 2003 1:13 am Post subject: |
|
|
| Code: | :cfuCLICK
INTERNET HTTP, CREATE, 1
INTERNET HTTP, THREADS, 1, OFF
INTERNET HTTP, get, 1, http://www.yetitrackers.com/uytsoft/6.txt
%%aa = @INTERNET(HTTP,content,1)
list add, content, %%aa
INTERNET HTTP, DESTROY, 1
goto evloop |
This should do it... you just need to turn threads off since they are turned on by default.  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
DoT_PiTcH Contributor

Joined: 07 Aug 2002 Posts: 85
|
Posted: Wed Jun 11, 2003 10:35 pm Post subject: |
|
|
| Thank You |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|