Description
Returns the size of the specified field.
Syntax
SIZE ( "connection", "table", "field" )
Parameter | Description |
---|---|
connection | The connection that contains the field to be evaluated. |
table | The name of the table that contains the field to be evaluated. |
field | The name of the field to be evaluated. |
Examples
This function returns 32:
SIZE(INTERNAL, "functionlist", "functionname")