qsort

This procedure is used to sort single-dimension arrays of numbers.


Synopsis

	procedure qsort( 
		value[*]:numeric
	)

Arguments

value
A single-dimension array of two or more numeric values to be sorted.

Description

The qsort procedure sorts its input array value. If the input array contains a coordinate variable, then the values of the coordinate variable are repositioned relative to their corresponding array value. Missing values are sorted to either end of the array based on their actual value. The qsort algorithm does not support ignoring missing values. See sqsort for sorting arrays of strings.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.10 $ $Date: 1998/06/15 21:30:24 $