Debugging functions
To open the debug console:
To write a text into the debug console:
To open the debug console:
D2_OpenDbgConsole
(bOpen)
bOpen |
typ BOOL |
TRUE - open the debug console. FALSE - close the debug console. |
If the value of the parameter is FALSE the text window will be closed. Closing the text window will close the MS Excel application !!!
To write a text into the debug console:
D2_WriteToConsole
(dbgText)
dbgText |
typ TEXT |
Text to write in the debug console. |
Pridať komentár