StringQualifiers.Default

Syntax:

New StringQualifiers(<StringLength>, <AllowedLength>)

Parameters:

<StringLength> (optional)

Type: Number.
Allowed string length. If a parameter is not specified, the string length is unlimited.
Default value: 0.

<AllowedLength> (optional)

Type: AllowedLength.
String length limit option if a nonzero string length is specified.
Default value: Variable.

Description:

You can use it to create a string qualifier by specifying a string length.

Example:

StringParameters = New StringQualifiers(50);

    

1C:Enterprise Developer's Community