Does anyone have a work-around or can tell me the PB equivalent
for the 'enum' structure? (I honestly have no real idea what
it is used for LOL)
Just to make it clearer the code would look like this:
enum Fred.Stuff
Fred.OtherStuff
Fred.Morestuff
Fred.SomeStuff
end enum
Possibly I am missing the obvious answer..it's 3:30 am
------------------
for the 'enum' structure? (I honestly have no real idea what
it is used for LOL)
Just to make it clearer the code would look like this:
enum Fred.Stuff
Fred.OtherStuff
Fred.Morestuff
Fred.SomeStuff
end enum
Possibly I am missing the obvious answer..it's 3:30 am
------------------
Comment