On Thu, 14 Sep 2000, Geoffrey Young wrote:


i was using:

> -       my $notes  = $r->notes;
> -       my $pnotes = $r->pnotes;

you suggested:

> +       my $notes  = $r->prev->notes || $r->notes;
> +       my $pnotes = $r->prev->pnotes || $r->pnotes;

neither of those worked for me.  did they work for you?

--
brian d foy                              <[EMAIL PROTECTED]>
Director of Technology, Smith Renaud, Inc.
875 Avenue of the Americas, 2510, New York, NY  10001
        V: (212) 239-8985

Reply via email to