Hello!
I would like to know if I'm at fault here or PBDLLv6 doesn't support this feature.
type MYTYPE
wigits(32) as long
end type
dim temp as MYTYPE
reset temp.wigits() 'This line give me a sytax error
Cheers!
I would like to know if I'm at fault here or PBDLLv6 doesn't support this feature.
type MYTYPE
wigits(32) as long
end type
dim temp as MYTYPE
reset temp.wigits() 'This line give me a sytax error
Cheers!
Comment