Hello all, it has been awhile since I have done any work with Blitz, however, I am working on a small program and have some questions for you all.
I seem to remember that you could embed an array into a type with a non documented command.
Type Player
Field weap$[5]
End Type
Is this still around? Or is there another way of doing it?
I seem to remember that you could embed an array into a type with a non documented command.
Type Player
Field weap$[5]
End Type
Is this still around? Or is there another way of doing it?