So far, this:
gives me an error, "Error in a variable delcaration in the configuration file. Variable must have an initial value.Code:<variable name="setProcessAuto"> <boolean>false</boolean> </variable>
So does this:
and this:Code:<variable name="setProcessAuto"> "false" </variable>
usingCode:<variable name="setProcessAuto"> false </variable>
will work in the statements area, but even if put in the variable area after setting it to 0 prior, I get that error.Code:<variable do="set" name="setProcessAuto"> <boolean>false</boolean> </variable>
So it looks like my boolean variables have to be initialized as something like 0.
???



LinkBack URL
About LinkBacks
Reply With Quote



See this is why I need testers! 

Bookmarks