Skip to content

Edit Table Double

Changes the name of a number field of a table.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
DoublestringName of a number field ([Field]=.yes
NamestringNew name of a number field ([Name]).yes
TablestringName of the table ([Table]).yes

Result

No fields

Code

text
EDIT TABLE DOUBLE
DOUBLE=[string, Needed]
NAME=[string, Needed]
TABLE=[string, Needed]