The dragarrayorder statement tracks dragging of a cell within a Matrix or Text List object, then reorders the array associated with that object accordingly.
Parameters
No parameters.
Description
This statement tracks dragging of a cell within a Matrix or Text List object, then reorders the array associated with that object accordingly. It should only be called when the user has clicked on one of these objects (also, the Click/Release option for the object must be turned off).
This statement is very simple to use – just drop it into the code for the object.
dragarrayorder
Note: The Text List or Matrix object that invokes this statement doesn’t need to have an object name – the dragarrayorder statement automatically figures out which object was clicked on.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |