Hi all ~ Given a block of strings as in
names: [ =93Joe=94 =93Mary=94 =93Wilbur=94 ] and an object template template: make object! [ count: 0 units: [] ] How do I create an object for each of the names in the names block so that I may do probe Joe/count or probe Mary/units TIA, Kai -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
