Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Packet Enum - Completed
#24
You mean a bunch of byte constants?
Or:
Code:
Public Enum Packets As Byte
    Blah = 1
    MoreBlah
    BlahBlah
    FourthBlah
End Enum
Note: No clue if that'd even compile, I don't feel like pulling up VB6 right now. =x

I'm assuming you mean byte constants... which would be the best way to do it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)