May 27, 2005 #1 DougP MIS Dec 13, 1999 5,985 US I have used debug.print in VB and VBA to help troubleshoot for years. Console.WriteLine is doing something right? but where? do I need to turn something on? DougP, MCP, A+
I have used debug.print in VB and VBA to help troubleshoot for years. Console.WriteLine is doing something right? but where? do I need to turn something on? DougP, MCP, A+
May 27, 2005 #2 ca8msm Programmer May 9, 2002 11,327 GB Console.Write is used for a VB.NET Windows Application. You can use Response.Write to write to a page when testing. -------------------------------------------------------------------------------------------------------------------------------------------- Need help finding an answer? Try the search facility (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Console.Write is used for a VB.NET Windows Application. You can use Response.Write to write to a page when testing. -------------------------------------------------------------------------------------------------------------------------------------------- Need help finding an answer? Try the search facility (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results.