DeleteFieldChar method

Applies to  

Description

Deletes a FieldChar from a field, along with the character in the field’s value string.

This method is best used when one of these options is selected in the field definition:

Suggested usage is in the FormInterpreted event. In any event, do not use this method before that event has been fired.

Syntax

Object.DeleteFieldChar (Index)

Part

Data type

Description

Object

Object

An object expression that evaluates to one of these objects

Index

Integer

Zero-based index of the FieldChar to be deleted

Settings

Return value

None.

Remarks

This method changes the field value.