| Item | Description |
|---|---|
Use with: |
Windows |
SecureLogin version: |
All |
Type: |
Dialog Specifier |
Usage: |
Ctrl #Ctrl-ID [regex] |
Arguments: #Ctrl-ID [regex] |
The ID number of the control to be checked. The regular expression. |
Description: |
Determines if a window contains the control expressed in the #Ctrl-ID argument. The control ID number is a constant that is established at the time a program is compiled. NOTE: Third-party software control ID numbers might not be constant from one version to the next. You can use the Window Finder tool to determine the control ID number. See Finding Dialog Control IDs in the SecureLogin Administration Guide. Using the [regex] argument adds a further check that allows the script to skip to the next command. If the text on the specified #Ctrl-ID does not conform to the [regex], the script skips to the next dialog statement as though the #Ctrl-ID did not exist. |
Syntax examples: |
Ctrl #1 |
Example: |
Dialog |