Hi Gregg,
On Saturday, June 29, 2002, 5:23:23 PM, you wrote:
GI> null-buff: func [
GI> {Returns a null-filled buffer of the specified length.}
GI> len [integer!]
GI> ][
GI> to-string array/initial len #"^@"
GI> ]
head insert/dup make string! len #"^(00)" len
:-)
Regards,
Gabriele.
--
Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.