Thanks for the reply, I am fine up to this point where in action I have passed a rule as shown in your response. just a few changes such as " Action (normally tied your button): |__RULE |__action1 (if operation number = 10 then true) |__action2 (else false go through operations 1-9 & do action) " The rule is Boolean returns true or false. the question is how do I create a rule to check whether it's last operation. I means is there a way to count & store the length of operation. and then check if it's (length-1).
↧