On Wed, Mar 08, 2000 at 07:45:52AM -0500, Jatwood@bwanazulia.com wrote: > I got this far: > > <dtml-var expr="_.whrandom.choice(sqlMethodNamet())"> > > and get... > > <r instance at 87183a8> This is a record object. You should use: <dtml-var expr="_.whrandom.choice(sqlMehodNamet()).somesqlfieldname"> -Petru