For each interpreted character, FieldChar, up to 4 alternatives are returned. Each alternative is given a level of confidence, the first guess being the best one (highest confidence).
[ReturnValue =] Object.GetGuess (GuessNo, Guess, Confidence)
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to an object in the Applies To list. |
|
GuessNo |
Integer |
An integer between 1 and 4. |
|
Guess |
Integer (ByRef) |
ASCII value for the character. |
|
Confidence |
Integer (ByRef) |
An integer between 0 and 100 (%). |
Data type: Integer – returns 0 if method was performed ok, otherwise – 1. See Event return value constants.
The return value can be used to see if the method failed for some reason.