en:software:qview:qview_6:qcl_library:ac10sortupar

This translation is older than the original page and might be outdated. See what has changed.

AC10SortUpAr

A = Array

C = Calculate functions

The AC10SortUpAr function executes a sort on the elements of an array in ascending order (that is, from the smallest to the largest value), signaling the completion of the operation.

AC10SortUpAr (array, done)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
IN ARRSYS array B/W
L/S
Array give ordinary
OUT GLOBAL done F Flag that indicates that the operation was performed

Example

Execute the sorting when this flag “gfOrdina” is set to 1.

IF gfOrdina
	gfOrdina = 0
	AC10SortUpAr (array, done)
ENDIF

Note

  • The function executes a WAIT a time every 180 milliseconds.
  • Last modified: 2019/08/29 17:01