Hi Morrigan,

MorriganCP wrote:
Sat, 29 Jan 2005 02:53:44 -0800
Are there a  "Typedef struct" (for create a type of object) in SamCoupe
Basic?
This any help?

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



Reply via email to