Can anyone confirm this for me?

Create a stack. Add one field and one button.
Set the script of the button to:

on mouseUp
   put ""
   put URL "http://www.widgetgadget.com/stuff/test.log"; into fld 1
   put the number of lines in fld 1
end mouseUp

The button downloads a test log with 4558 lines of text.

When I run this I get different results. libURL seems to download different
amounts of the logfile. Is there something I'm doing wrong, or is this a
libURL bug?
(I've tried this from two different servers).

-- 
Chipp Walters
CEO, Shafer Walters Group, Inc.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to