[ALLY] simple VID list, anyone?
From: arolls::bigpond::net::au at: 2-May-2001 20:09
Can anyone demonstrate a simple list?
The example found in
http://www.rebol.com/docs/view-guide.html#section-14
under ORIGIN,
is now out of date;
view layout [
list 400x80 [
origin 0
across
txt 100
txt 200
] data [
["Bobbie" "Smith"]
["Barbie" "Jones"]
["Bettie" "Rebol"]
]
]
** Script Error: set expected word argument of type: any-word block
** Where: set-it
** Near: all [map/:index set in face map/:index item]
I've had a good look around, but no luck yet.
Anton.