Appearance
Move Table String
Moves a text field of a table up or down.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Direction | string | Move direction: [Up] or [Down]. | yes | ||
| String | string | Name of a text field ([Field]). | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
MOVE TABLE STRING
DIRECTION=[string, Needed]
STRING=[string, Needed]
TABLE=[string, Needed]