sds_textpage

int sds_textpage (void);


Switch to the cleared text window.


This function switches to the text window from the graphics window. This functions differs from sds_textscr in that this function clears the text screen first.

This function returns RTNORM or RTERROR.

Example

char string1[512];

sds_getstring(0,"\nTo switch to the text screen, press Enter. ",string1);

sds_textpage();

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)

sds_graphscr

sds_textscr