Syntax
WaitForMatchTestIntervalMsDescription
An instrinsic variable in which the interval between successive image match tests is specified.Remarks
The shorter the interval specified, the quicker WaitForMatch will respond to the appearance of the desired image, but the more CPU time will be used for the increased frequency of comparisons. The interval is expressed in milliseconds. The default value is 250. See WaitForMatch for more information about matching images.Example
WaitForMatchTestIntervalMs = 100The example sets the match interval to 100ms. Match comparisons will be performed 10 times per second.