Please try this source:
Is it normal mychair1 has two elements ?? I'm using B+. Thanks.
Type chair Field colour$ Field Height% End Type mychair1.chair = New chair mychair2.chair = New chair mychair1\colour$="brown" cont=1 For mychair1.chair= Each chair Print "ELEMENT: "+cont+" - "+mychair1\colour$ e$=Input() cont=cont+1 Next End
Is it normal mychair1 has two elements ?? I'm using B+. Thanks.