CDELRNG

CDELRNG deletes a range of comments from the file. Use CDELRNG rather than CDELETE if you want to delete a comment and then find the next comment.

Programming Example

The following example uses the L form action to allow users to delete a range of comments.

      CALLP     U@@ATTACHIO('CFNDBEG': DCOM@@HANDLE:
                %ADDR(DCOM@C@@PATH): %ADDR(DCOM@RECORD):  
                %ADDR(DCOM@C@))                           
      EVAL      E@FC           = 'L'      
      CALLP     U@@ATTACHIO('CDELRNG': DCOM@@HANDLE:      
                %ADDR(DCOM@C@@PATH): %ADDR(DCOM@RECORD):  
                %ADDR(DCOM@C@))