I am not a view user (just core) but believe that "data" is a word that is part of the view "list" dialect who's purpose is to introduce the block containing what the list is to display.
In this case the word data is introducing the block named schedule to be used by the list which is being layed out and viewed. Emeka wrote: > == [ > ["John Smith" "Monday" "3:00 pm"] > ["Dave Jones" "Tuesday" "11:00 am"] > ["Janet Duffy" "Wednesday" "4:45 pm"] > ] >>> view layout [ > [ vh2 "This Week's Appointments:" > [ list 600x400 [ > [ across text 150 text 150 text 100 > [ ] data schedule > [ ] > > > I can't figure what data is here.. >>> help data > Found these words: > datatype! datatype! datatype! > datatype? action! Returns TRUE for datatype values. > datatypes block! length: 54 > to-datatype function! [value] > > Regards, > Emeka > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
