sqsort

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


Synopsis

	procedure sqsort( 
		value[*]:strings
	)

Arguments

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

Description

The sqsort 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 sqsort algorithm does not support ignoring missing values. See qsort for sorting arrays of numbers.

Reference Manual Control Panel

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


$Revision: 1.4 $ $Date: 1998/06/15 21:30:30 $