T
Top Spin
I would like to set up some kind of an "output window" for debugging
purposes that would behave like a calculator tape. I could write a
little subroutine that would cause a text string to be displayed on
the next line in that window so I could follow what's happening in the
program. I would then insert calls to the subroutine at various places
in the code like this:
....
Call DebugWindow("XYZ routine..."
....
Call DebugWindow("i=" & i)
....
Can someone point me in the right direction to get started on this?
Is there a better way to accomplish this?
Thanks
purposes that would behave like a calculator tape. I could write a
little subroutine that would cause a text string to be displayed on
the next line in that window so I could follow what's happening in the
program. I would then insert calls to the subroutine at various places
in the code like this:
....
Call DebugWindow("XYZ routine..."
....
Call DebugWindow("i=" & i)
....
Can someone point me in the right direction to get started on this?
Is there a better way to accomplish this?
Thanks