Hi,
if you don't mind clearing out the data you have, then from utility.h there's always Cls();
In Turbo C (shows how far back I go) there used to be a conio.h header which had text management stuff in it, such as setting the cursor position, but with the invention of Windows, the need for this pretty much dissappears, also LabWindows CVI is an ANSI C compiler. Conio.h is not part of ANSI C so it isn't provided with CVI. (It is provided with Visual C++ though so if you really needed to, then write a DLL in VC++ and call that to do your stdio writes, reads and clears / moves.)
Depending on what you're actually trying to do with the stdio window, it would probably be just as easy to run up a panel with a textbox that you can write to instead.
Hope that helps
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer