Hi Morrigan,
MorriganCP wrote:
Sat, 29 Jan 2005 02:53:44 -0800This any help?Are there a "Typedef struct" (for create a type of object) in SamCoupe Basic?
probably, I am explained badly. Sorry my english is not too good ;-(
In C and the modern Basic dialect exist a possibility to define a Type Structure.
For example : Type Bycicle handlebar As Byte saddle As Byte wheel As Byte name As String * 112 End Type
Is it possible in Sam Basic ?
Paolo

