[REBOL] entering, storing and retrieving data in an array
From: meta:dimensional at: 21-Apr-2001 8:53
Can anyone point me to the best place to learn about creating a
REBOL/View application for entering, storing and retrieving data in
an array?
As an example, how would I create an app where I could enter the
names, songs and categories of music CDs, and then sort and search
it by name, song or category?
I'm picturing an interface with a list that scrolls through all CDs,
fields for editing the currently selected entry or entering a new
entry, a search field and some way to select the array member for
sorting.
My current stumbling block is trying to understand the loop
structure for adding data to an array block. Pointers to good
examples of similar scripts would be most appreciated.
Thanks,
-Jamie