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

[REBOL] Problem with load/header and trim/lines

From: hallvard::ystad::oops-as::no at: 4-Mar-2004 23:05

Hello list I'm trying to use load/header for a rebol script to retrieve the header. This works fine:
>> probe first load/header read http://www.oops-as.no/roy/rebol-scripts/url-handler.r
But then trim/lines seems to destroy everything:
>> probe first load/header trim/lines read http://www.oops-as.no/roy/rebol-scripts/url-handler.r
Has anyone seen this before? Does anyone know a workaround? HY