Arrays in Types?
Blitz3D Forums/Blitz3D Beginners Area/Arrays in Types?| 
 | ||
| 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 :) | 
| 
 | ||
| field b[5] | 
| 
 | ||
| Thanks. Duh! Heh, it's just obvious sometimes ;) |