Switch to the text window with text.
This function switches to the text screen from the graphics screen. This function differs from sds_textpage in that this function does not first clear the text screen.
This function returns RTNORM or RTERROR
Example
char string1[512];
sds_getstring(0,"\nTo switch to the text screen, press Enter. ",string1);
sds_textscr();
Tell me about...
Programming Overview of SDS™ (Solutions Development System™)