Guest User

Untitled

a guest
Apr 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Cancel = checkMethodOne(param1)
  2.  
  3. If Not Cancel Then
  4. Cancel = checkMethodTwo(param2, param3)
  5. End If
  6.  
  7. If Not Cancel Then
  8. Cancel = checkMethodThree(param4)
  9. End If
Add Comment
Please, Sign In to add comment