Use an Alternate Character Result
There may be instances when you want to use the alternate character result instead of the primary result.
For instance, if after analyzing the character results, you believe that the alternate text for a specific CharacterResult is actually the correct value, then you use this alternate text instead of the primary result text. To do so, set the CharacterResultText to that of the alternate result.
| VB Example | Copy Code |
|---|---|
|
myMICRXpressObject.CharacterResultSetText( myMICRXpressObject.CharacterResultText( 1) ) | |
