Skip to content

Move Table Double

Moves a number field of a table up or down.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
DirectionstringMove direction: [Up] or [Down].yes
DoublestringName of a number field ([Field]=.yes
TablestringName of the table ([Table]).yes

Result

No fields

Code

text
MOVE TABLE DOUBLE
DIRECTION=[string, Needed]
DOUBLE=[string, Needed]
TABLE=[string, Needed]