Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. MAIN
  2. {
  3.  
  4.  
  5. int temp, flag;
  6.  
  7. temp = GET_INT_VALUE(8,1,84,1,0);
  8. flag == 0; // here i am trying to count the number of times the app ran
  9. if (GET_INT_VALUE(8,1,84,1,0) == temp)
  10. {
  11. do soemthing;
  12. }
  13. else
  14. {
  15. wait for 5 iterations;
  16. }
  17.  
  18.  
  19. //PRINTOUT("This is Working");
  20.  
  21.  
  22. }
  23. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement