Arrays in Types?

Blitz3D Forums/Blitz3D Beginners Area/Arrays in Types?

(tu) ENAY(Posted 2004) [#1]
If it possible to include arrays as fields in a custom type? Something like this:

Type person
Field a
Field b
End type

Where b is an array?

Cheers :)


Warren(Posted 2004) [#2]
field b[5]


(tu) ENAY(Posted 2004) [#3]
Thanks. Duh! Heh, it's just obvious sometimes ;)