Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

DataControlSwapRows Function

Overview

The DataControlSwapRows function swaps two specified rows.

Syntax/Parameters

Syntax

int = DataControlSwapRows ( int id, int a, int b );

Parameters

id

An int containing the control ID of the data control.

a

A zero-based int specifying the first row index to swap.

b

A zero-based int specifying the second row index to swap.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

The row indices must be different in a range.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic