OrderedCollection

James Stark james_stark03 at hotmail.com
Sat Dec 8 00:04:04 UTC 2001


Hi,

I have an OrderedCollection of Records - Records having variables 
familyname(string), firstname(string), age(int), height(float).  I read in 
from a file of the following format:

familyname, firstname, age, height
REPEATED


I read in the lines, and store them in my record, then add them to my 
orderedcollection.

The question is:  how do I access the methods of the objects in the 
OrderedCollection?

Since when I make mylist an OrderedCollection
I cant access methods of record using something like:

(mylist at: 1) familyname printNl !

WHERE

record familyname printNl! would work!



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the Squeak-dev mailing list