Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function BooleanToInteger(boolean b)
  2. string s = "B2I called"
  3. BJDebugMsg(s)
  4. if b then
  5. return 1
  6. endif
  7. return 0
  8. endfunction
Add Comment
Please, Sign In to add comment