05-21-2012 01:02 AM
Hi Guys
Need some help over here
My goal is following
1. Create an array based on values programitlitly beeing passed into the array
2. This should happen everytime when a boolean value goes true.
3.The array building function should wait 6 s when the value goes true before storing it into the array
My problem is that when i press True, and start changing the value to desired value before 6 second passes, the value passed to the array after 6 seconds is the start value before i changed to the desired value betwwen 1-6 seconds.
It drives me crazy
And the desired value needs to come inside from an sequense structure
Se the attached value
05-21-2012 01:53 AM