From: Justin Collins Date: 2006-07-13T03:54:31+09:00 Subject: Re: Class Help, undifined local var or meth --------------060904070609060908080100 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Chris Hulan wrote: > Ryan Edwards-Crewe wrote: > > >>> aPOlist = nil >>> ... >>> aPOlist.append(PurchaseOrder.new("#{po_number}", "#{notes}", >>> "#{company}", "#{unit_config}", "#{due_date}", "#{quantity.to_i}")) >>> ... >>> end >>> >> Well that did't work... >> > > aPOlist = POList.new > > need a refrence to an instnace of POList to then call the append > method... > > Oh, right. Ignore my message. -Justin --------------060904070609060908080100--