Aku, Your ambilPost() Function
- Posted by "C. K. Lester" <euphoric at cklester.com> Oct 16, 2003
- 458 views
Aku!!! Why did you do this to me? In your ambilPost() function you've got this code: if atom(lenq) or length(lenq) < 1 then qs = no10(gets(0)) --<-- look here else qs = get_bytes(0,val(lenq)) end if Why do you wait for a keystroke (ENTER) here when it's supposed to be processing a web page?!?! :) Anyway, you might want to change that. -ck