Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Variable not avilable out of a foreach

From: gchillemi::aliceposta::it at: 10-Dec-2007 20:30

I have the following script: rebol: [] get_data: does [ parse line [] ] main_loop: does [ file_database: request-file database: read/lines to-file file_database foreach line database [ get_data ] ] main_loop The script returns LINE has no Value, I must assign it to a temporary variable... why ? Giuseppe Chillemi