On Thu, 8 Feb 2007, Aleksandar Donev wrote:
> Bill Long wrote:
> > I've always found this restriction annoying when wanting to print out
> > something with private components.
> Well, for what its worth, I want to be able to print C pointers (ala %p
> format in C)...it comes in handy when debugging sometimes.
So call a C subroutine. It has the %p format that you want.
Andy