Chapter Contents

Previous

Next
External File Model: _getCarriageControl

External File Model: _getCarriageControl



Returns the type of carriage control for the file the model is using


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_getCarriageControl', cntrl);

Argument Type Description
cntrl
C returns a carriage control type:


'CC' host (the default)


'FORTCC' FORTRAN


'NOCC' none


Example

In this example a text viewer using the External File Model is using native carriage control:

    /* get the carriage control */
call notify('textview',
           '_get_carriage_control_', ccntrl);

If native carriage control is being used, CCNTRL would be 'CC'.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.