john9210 Posted June 10, 2008 Posted June 10, 2008 I've tried to use script variables in the ExitLoop If script step to no avail. For example ExitLoop If ($Count=$Num+1). The script does not exit the loop when the conditions are met.I see that the Set Variable step only lets you use text values. I'm using numbers for $Count and $Sum (1, 2, 3, etc.)
stefangs Posted June 10, 2008 Posted June 10, 2008 if the script does not exit, perhaps the condition is not really met. have you tried the data viewer to verify that your variables actually do what they're suppposed to?
comment Posted June 10, 2008 Posted June 10, 2008 the Set Variable step only lets you use text values True, but they are automatically converted to numbers when used with mathematical operators. It's hard to tell why your script doesn't exit the loop without seeing more of the script.
Recommended Posts
This topic is 6011 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now