maxChars

Specifies the maximum number of characters that this text value can enclose.

Syntax

Reference_Syntax.maxChars = "0 | integer"

Values

Type

Values

String

  • 0 (default)

  • Any valid integer value.

If you do not specify a value for this property, or if the value is an empty string, there is no maximum.

JavaScript

TextField1.value.text.maxChars = "5";

FormCalc

TextField1.value.text.maxChars = "5"

// Ethnio survey code removed