Re: How to handle input from iterated output

2010-02-01 Thread Craig Ricciuto
Thank you very much. This seems to be exactly what I need. On Mon, Feb 1, 2010 at 11:38 AM, Stephen Turner wrote: > On Mon, 01 Feb 2010 10:55:55 -0500, Craig Ricciuto < > cricci...@symboticware.com> wrote: > > Hi, just a quick question. >> I have a class that has 4 fields. 2 Strings, 1 int, 1 b

Re: How to handle input from iterated output

2010-02-01 Thread Stephen Turner
On Mon, 01 Feb 2010 10:55:55 -0500, Craig Ricciuto wrote: Hi, just a quick question. I have a class that has 4 fields. 2 Strings, 1 int, 1 boolean. I shall refer to this class as MyClass In my Action class I have a List (call it MyList) that is a list of MyClass. It can be populated with

How to handle input from iterated output

2010-02-01 Thread Craig Ricciuto
Hi, just a quick question. I have a class that has 4 fields. 2 Strings, 1 int, 1 boolean. I shall refer to this class as MyClass In my Action class I have a List (call it MyList) that is a list of MyClass. It can be populated with as little as 1 item or as many as say 256 items (could be more but