Description
Read-write. Given a position within the ASCII solution data (1 ≤ nChar ≤ Len(objSoln.Value)), this property allows for the querying or setting of the questionable status of that particular character.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.QuesChar (nChar)
Parameters
Object is a reference to the Solution object. For more information, see Solution Object.
QuesChar is the command.
nChar is the character that is to be set.
Example