Arrays in Types

BlitzPlus Forums/BlitzPlus Programming/Arrays in Types

bstripp(Posted 2004) [#1]
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?


soja(Posted 2004) [#2]
That's the way -- no changes have been made, except the time it takes to free them has been drastically reduced.