Skip to content

Move Table String

Moves a text field of a table up or down.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

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

Result

No fields

Code

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