I wrote a code where this line is defined:
IfWindowOpen>Test configuration time,configtime
The jump is to this label:
Label>configtime
Messagemodal>configtime
goto>popups
The code before is simple "Let" for variables and a Label named "popups"
When I execute this program I get the Error that the label "configtime" could not be found. The Label is near to other labels which work.
IfWindowOpen
Moderators: JRL, Dorian (MJT support)
-
- Pro Scripter
- Posts: 58
- Joined: Mon Jun 27, 2005 7:03 am
- Location: Switzerland
This means it can't find the label. Perhaps it is spelt different or has a space before or after it. Hard to know without seeing your full unedited script. It if looks right then check for trailing blanks on the IfWindowOpen line and the Label line.
MJT Net Support
[email protected]
[email protected]
-
- Pro Scripter
- Posts: 58
- Joined: Mon Jun 27, 2005 7:03 am
- Location: Switzerland
Trailing means "coming after". So it's a space at the end of the line.
MJT Net Support
[email protected]
[email protected]