InvalidChar Property
Applies To
Vision Objects: OCR
Description
Sets / returns the invalid character used in the Text result.
Usage
VGet Sequence.Object.InvalidChar, var
VSet Sequence.Object.InvalidChar, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
String for one character.
Default: “?”
Remarks
The InvalidChar property specifies the substitute character to be displayed after the OCR search if character could not be determined.
See Also
OCR Object, CharToTeach Property, Text Result