HPlogo SORT-MERGE/XL Programmer's Guide: HP 3000 MPE/iX Computer Systems > Chapter 2 Creating Core Routines That Sort and Merge

Ending Sorting or Merging

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

You end the sorting or merging process with HPSORTEND or HPMERGEEND.

The syntax for HPSORTEND and HPMERGEEND is:

   HPSORTEND (status, statistics);



   HPMERGEEND (status, statistics);

The part of the core routine example at the end of the chapter that uses the HPSORTEND intrinsic follows.

   var

     status : INTEGER

        .

        .

        .

   HPSORTEND (Status, );
Feedback to webmaster