Cls
- Updated2023-02-21
- 1 minute(s) read
Cls
void Cls (void);
Purpose
Clears the console window of the program.
Parameters
None.
Return Value
None.
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later
Example
Refer to analysis\stats.cws for an example of using the Cls function.