Previous Topic: Commands

Next Topic: Text Browse Facility


Text Editor

The CAS text editor is a full screen editor that can be included in any NCL application, providing the user with comprehensive editing facilities for up to 32767 lines of text (each of up to 256 characters in length).

You can provide text editing facilities from your application by invoking the text editor through the CAS API and passing the text to be edited. The edited text is returned to the calling procedure.

More information:

Using the Text Editor Commands