'Dynamic' object creation?

From: Bill (please_at_replyto.group)
Date: 03/31/04


Date: Wed, 31 Mar 2004 16:34:44 GMT

I want to use a txt file with a list of ticker symbols and create a
'stock' object for each symbol on the list. I know how to do the file
i/o, but how can I 'dynamically' create the stock objects, each named
from a line of the txt file?

If anyone could point me in the right direction I'd appreciate it.