__TextRestore()
Restore console output settings as saved by __TextSave()
- Syntax
-
- __TextRestore() --> NIL
- Arguments
-
- none.
- Returns
-
- __TextRestore() always return NIL.
- Description
-
- __TextRestore() is used in the preprocessing of the TEXT TO command to restore console output settings that were previously saved by __TextSave().
- Status
-
- Ready
- Compliance
-
- __TextRestore() is an Undocumented CA-Clipper function
- Platforms
-
- All
- Files
-
- Library is rtl
- See Also