problem with type and one bug
Posted: Thu Oct 15, 2009 8:00 pm
Hi everybody.
Bug first.in fuction when I have between RESULT and = ("RESULT ?=") two spaces, i read some like "var. RESULT not be declared.
And my problem.
I try use some like this
type mytype
dim a as byte
dim b as byte
dim c as short
end type
dim mt as mytype
print len(mt)
i can not do this. I can not write to this structure from filestreem.
And when I use this..
d = len(mt)
compiler say, mt is stil used on line 47 an all program have 29 lines
help me somebody?
thx dodo
Bug first.in fuction when I have between RESULT and = ("RESULT ?=") two spaces, i read some like "var. RESULT not be declared.
And my problem.
I try use some like this
type mytype
dim a as byte
dim b as byte
dim c as short
end type
dim mt as mytype
print len(mt)
i can not do this. I can not write to this structure from filestreem.
And when I use this..
d = len(mt)
compiler say, mt is stil used on line 47 an all program have 29 lines
help me somebody?
thx dodo