qsort

This procedure is used to sort single-dimension arrays.


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 and any associated coordinate variable. Missing values are sorted to either end of the array based on their actual value. The qsort algorithm does not support ignoring missing values.

Reference Manual Control Panel

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


$Revision: 1.6 $ $Date: 1995/07/26 23:33:30 $