jkraus Posted January 13, 2013 Posted January 13, 2013 I wondered what post people do to set a condition for a folder of programs. I tried making the program folder conditional on the value of an integer, but when I changed the variable to the value to run The programs it did not run
bsobel Posted January 13, 2013 Posted January 13, 2013 Was it a state variable, I believe it would need to be in order for the eventing logic to trigger the folder reevaluation...
jkraus Posted January 13, 2013 Author Posted January 13, 2013 I was not using a state variable but an int variable as I was changing the value myself when it was Xmas or not Xmas to run the programs in the appropriate folder, but I will try a state variable and see if that works, as variables are all new to me
LeeG Posted January 13, 2013 Posted January 13, 2013 You need a State Variable for the Folder Condition. Also making the Folder Condition True allows the Programs in the Folder to be triggered (Run). It does not make the Programs in the Folder Run. The Program If Conditions control when/if a Program triggers once the Folder Condition is True
Recommended Posts