Hi
I just wanted clarification on a data type.
In the listed suported data types on the main page of the darkbasicpro.co.uk page there is a type "types" listed.
Could someone please elaborate on this for me.
I am mainly a java programmer and have some C and C# experiance along with VB.
What structure in these languages would this type be equivilent to. Dould it allow me to effectivly define objects by a set of values for example in pseudo code:
type mytype
int speed
int xcoord
int ycoord
int zcoord
end type
mytype x = new mytype
x.speed = 5;
Or have I got the completely wrong end of the stick.
Cheers for your help
Fred