TrailingFieldLength Property

Description

The minimum field length from which to trim white characters.

Property type

Read-write property

Syntax

Visual Basic
Public Property TrailingFieldLength As Long

Return Value

Any positive integer.

Remarks

When recording in Context-sensitive mode, fields may contain trailing spaces or other "white characters", such as tab symbols.

Specify the minimum length of fields to be trimmed. Fields containing fewer than the specified number of characters remain unchanged. The default is 5 characters.

Note: This feature is available only for emulators that support HLLAPI.

This property value is emulator-specific and is saved with the selected emulator.

Example

See Also