bool dblContainsByText(Int32 inQIdx, string inText)
Description
Will search for the text entered and return true/false if found
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQIdx | Int32 | Source Question Index |
inText | string | The text to search |
Return Type
bool
Comments
Please sign in to leave a comment.