Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' Type Def
- Type ItsAThing
- PartThing As Long
- End Type
- Type AnotherThing
- NumberThing As Single
- LongThing As Long
- StringThing As String * 64
- ByteThing(32) As Byte
- InnerThing As ItsAThing
- End Type
- '
Advertisement
Add Comment
Please, Sign In to add comment