D
Dick Bridges
I want to compile the line number (and module name) into the text when
throwing an exception. I don't want to create a StackFrame. This isn't
debug code. I simply want the module name and line number *COMPILED* into
the message (i.e., __FILE__ and __LINE__).
Please tell me this can be done. Then, if you'd be so kind, point me toward
the docs that describe how!
TIA
throwing an exception. I don't want to create a StackFrame. This isn't
debug code. I simply want the module name and line number *COMPILED* into
the message (i.e., __FILE__ and __LINE__).
Please tell me this can be done. Then, if you'd be so kind, point me toward
the docs that describe how!

TIA