I have code such as this:

foo.bar
foo.baz(1)
foo.bagaloo('didoo')

instead i want to write it like this:

with (foo) do
   bar
   baz(1)
   bagaloo('didoo')
end

how?


_____________________
  Bret Pettichord
  www.pettichord.com