Robert Dober wrote: > On 7/12/06, Ryan Edwards-Crewe <ryan.edwardscrewe / gmail.com> wrote: >> @notes = notes >> >> end >> >> aPOlist.append(PurchaseOrder.new("#{po_number}", "#{notes}", >> "#{company}", "#{unit_config}", "#{due_date}", "#{quantity.to_i}")) >> >> any ideas.... > > > It might be helpful to indicate the error message you have got. > It will equally be useful to see where you created aPOlist which I > suspect > not to exist. > Cheers > Robert > > Crewe Here's the error: undefined local variable or method `aPOlist' for main:Object (NameError) -- Posted via http://www.ruby-forum.com/.