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

[REBOL] Saving blocks question Re:

From: al:bri:xtra at: 26-Sep-2000 21:46

Hi, Sharriff Aina. You wrote:
> Can any Rebol Guru tell me how to values captured form a HTML with REBOL
CGI in blocks in a file? I'm fairly sure I don't understand your question. But does this help? REBOL/View 0.10.34.3.1 25-Sep-2000 Copyright 2000 REBOL Technologies. All rights reserved.
>> block: make block! 0
== []
>> value1: "one"
== "one"
>> value2: "two"
== "two"
>> value3: "three"
== "three"
>> append/only block reduce [value1 value2 value3]
== [["one" "two" "three"]] If it doesn't, could you ask your question again, but in very short sentences, please? Andrew Martin Error: Out of stack space... ICQ: 26227169 http://members.nbci.com/AndrewMartin/ http://members.xoom.com/AndrewMartin/