Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. union testunion
  2.     parameter as byte
  3.     func as sub
  4. end union
  5.  
  6. dim shared as testunion foo
  7.  
  8. sub bar()
  9.     asm call foo.func
  10. end sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement