28-09-2007, 03:14 AM
You mean a bunch of byte constants?
Or:
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.
Or:
Code:
Public Enum Packets As Byte
Blah = 1
MoreBlah
BlahBlah
FourthBlah
End Enum
I'm assuming you mean byte constants... which would be the best way to do it.