Re: Aku, Your ambilPost() Function
- Posted by akusaya at gmx.net Oct 22, 2003
- 442 views
How is it? I have replied this but there is no response from you. Did my mail delivered sucessfully? CKL> Aku!!! Why did you do this to me? CKL> In your ambilPost() function you've got this code: CKL> if atom(lenq) or length(lenq) < 1 then CKL> qs = no10(gets(0)) --<-- look here CKL> else CKL> qs = get_bytes(0,val(lenq)) CKL> end if CKL> Why do you wait for a keystroke (ENTER) here when it's supposed to be CKL> processing a web page?!?! :) CKL> Anyway, you might want to change that.