|
#Cls | |||
#Cls | |||
Parameters: NONE | |||
Returns: NONE | |||
#Cls will clear all the strings and numeric values from the debuggers console. It's important to note, that the #CLS command is only available when compiling your program in debug mode. Since #Cls is debugger feature, PlayBASIC will ignore these statements completely if you compile in normal mode. FACTS: * #Cls command is only available when a program is compiled in a DEBUG mode. Mini Tutorial: In this example were going to dump a random number to the debuggers console. Once we've done this 10 times we'll clear the console window and continue on.
This has two separate outputs. The first and most obvious is to the screen and second is to the debuggers console. Screen Output
This will have list of constabt refreshing list random numbers in it, something like this. Debugger Console Output
|
Related Info: | #Break | #Print : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |