C++
int acedTextScr();
File
acedads.h
Description
On single-screen AutoCAD installations, causes the display to switch from the graphics screen to the text screen. This is equivalent to the AutoCAD TEXTSCR command or to pressing the flip screen function key (when the graphics screen is current). Its functionality is also identical to that of the acedTextPage() function.
The acedGraphScr() function is the complement of acedTextScr().
If acedTextScr() succeeds, it returns RTNORM. Otherwise, it returns an error code.