[REBOL] Re: How to do a progress bar?
From: allenk:powerup:au at: 3-Sep-2001 23:04
> Also does any one know what read-net reads? Is it binary or text?
>
> Rebol looks like it has a lot of potential, but I'm disappointed that it
> takes so much digging in the docs to find how to do any thing, and in the
end
> still have to come to the list and bother people for help. Case in point
> "read-net: Description ???", and thats what it says "???" for the
> description. :-(
What do mean? read-net has a full description using help.
? read-net
USAGE:
READ-NET url /progress callback
DESCRIPTION:
Read a file from the net (web). Update progress bar. Allow abort.
READ-NET is a function value.
ARGUMENTS:
url -- (Type: url)
REFINEMENTS:
/progress
callback -- Call func [total bytes] during transfer. Return true.
(Type: any)