williey
Technical User
- Jan 21, 2004
- 242
I have a boolean variable x (default = False) under the scope of For loop. what the for loop does is query a column and return the value to var x. In a script task, I check for if var x equal false, wait for 5 mins before executing again.
The problem is after the script task completes running, the value of var x changes to false.
What causes the var x to change?
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
The problem is after the script task completes running, the value of var x changes to false.
What causes the var x to change?
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.