Yep, me again I'm afraid. (The audience groans). I'm stuck again. (The audience groans). This time I'm trying to work out whether you can put one TYPE into another TYPE in DBPro. For example, can I put this TYPE
TYPE banana AS smith
"Wilson the Dog" AS name$
0 AS mission
0x14 AS ship_x
0xAD AS ship_y
ENDTYPE
Into this TYPE
TYPE smith
name$ AS string
mission AS integer
ship_x AS integer
ship_y AS integer
ENDTYPE
All thoughts gratefully received.
By the way, the names and variables in the TYPEs have been changed to protect the innocent.
Cheers
Phil
Coming up... a hell of a 3D Space Trading Game!