HPlogo SORT-MERGE/XL Programmer's Guide > Chapter 2 Creating Core Routines That Sort and Merge

Ending Sorting or Merging

MPE documents

Complete PDF
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.

[]




Initializing a Sort or Merge


Error Checking