debug.print connected to white box
Hey guys,
I have a bunch of debug.print statements I want to show up in the final program. What I mean is I have a bunch of tabs, one which is "results". In this tab I would like to have a big white space that acts exactly like the "immediate window", so all the debug.print statements show up. How do I do this?
Re: debug.print connected to white box
Couldn't you add a big ol' richtextbox and change debug.print to bigOLtb.AppendText?
Re: debug.print connected to white box
great idea, one problem though. Im have rtb1 as a richtextbox and changed the modifier to public. But when go to change the debug.print to rtb1.appendtext - rtb1 isnt coming up and gives me an error saying that rtb1 is undeclared.