SetGuess method

Applies to

Description

For each interpreted character, FieldChar, up to 4 alternatives can be specified. Each alternative is given a level of confidence, the first guess being the best one (highest confidence).

Syntax

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

ASCII value for the character.

Confidence

Integer

An integer between 0 and 100 (%).

Settings

Return value

None.

Remarks

Make sure that you put the guess with highest confidence as guess no. 1 and the guess with the lowest confidence in the fourth position.