LabWindows/CVI

Content Type
Programming Language
Current manual

Cls

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.

Was this information helpful?