Advertisement
kiwijunglist

Untitled

Aug 3rd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #singleinstance force
  2.  
  3. Loop
  4. {
  5.  
  6. Inputbox, var
  7.  
  8. ;Obviously "" wont work
  9.  
  10. if var in 0,1,""
  11. msgbox You type 0 or 1 or empty string
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement