Description
Read-only. Returns the specified hit literal for the given OMR box. “Y” is the system default.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.HitLiteral
Parameters
Object is a reference to an OMR Box object. For more information, see OMR Box Object (page OMR Box Object).
HitLiteral is the command.
Example
If MyOMRZone.Checked Then
MyOMRZone.Value = MyZone.HitLiteral
End if