[REBOL] questions about VID and parse.
From: p0665393::magellan::umontreal::ca at: 10-Mar-2002 13:32
Hi all!
Beginner questions...
How can I display the content of a series as "text" in Rebol/View?
ex:
a: ["first" "second"]
I want
first
second
I tried: view layout [text foreach i a [i]], but in this case, first is replaced
by second.
---
Also another question about parse. How to use a string as a pattern?
parse "hello world" ??
I want ["hello" "rld"]
By what should I replace ?? to make this sequence ("wo" in this example)
considered as a whole.
Thanks!
best regards
Stephane