GetUserInputByKey
Syntax
GetUserInputByKey(sKeyID, &data)
Description
The GetUserInputByKey method retrieves the user response to a question, which can then be used as an input parameter in the diagnostic. You invoke this method within the GetDiagnosticInfo method.
Parameters
| Parameter | Description |
|---|---|
|
sKeyID |
Specify as a string the key that identifies the question for which you're retrieving the user response. |
|
&data |
Provide a variable to contain the retrieved user response. |
Returns
A Boolean value: True if the user response was retrieved successfully, False otherwise.