Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Script Error: Not enough memory
Pages: [1] Print
Author Topic: Script Error: Not enough memory  (Read 191 times)
Guest_leke
Guest


Email
Script Error: Not enough memory
« on: January 11, 2006, 02:10:44 AM »

I am trying to download a big file (75mb) with REBOL and I get this error...

** Script Error: Not enough memory

Is there anything I can do to free up the extra memory.

Cheers,
Leke.
Logged
Guest_leke
Guest


Email
Script Error: Not enough memory
« Reply #1 on: February 20, 2006, 03:30:21 AM »


Yeeeeeeeeeeeey, it works.

Code:
REBOL []

if not exists? %downloads/ [make-dir %downloads/]
change-dir %downloads/

download: [
prin "ENTER FILE's URL: " get-url: input
file: read/binary/direct to-url get-url
prin "Enter the name & extension for your file: " name: to-file input
write/binary name file
]

loop forever [do download]
Logged
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Script Error: Not enough memory
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
August 29, 2008, 02:27:09 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2234 Posts in 582 Topics by 1745 Members
Latest Member: vectlycle

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc