Posted: Mon Dec 23, 2002 2:16 pm
Restored from previous forum. Originally posted by talun.
Hi,
I'm intersted to know if the names of the members of the structures are case sensitive. From the help file seems that they are case insensitive but by compiling the following piece of code with PBCompiler 3.40, I have a error message: "Offset not found in this structure". If I use the uppercase all works fine
Any suggestion?
thanks
Sergio
Structure mytest
AAA.l
BBB.s
EndStructure
DefType.mytest dummy
dummy\aaa = 123
dummy\bbb = "qqqq"
Debug dummy\aaa
Debug dummy\bbb
End
Hi,
I'm intersted to know if the names of the members of the structures are case sensitive. From the help file seems that they are case insensitive but by compiling the following piece of code with PBCompiler 3.40, I have a error message: "Offset not found in this structure". If I use the uppercase all works fine
Any suggestion?
thanks
Sergio
Structure mytest
AAA.l
BBB.s
EndStructure
DefType.mytest dummy
dummy\aaa = 123
dummy\bbb = "qqqq"
Debug dummy\aaa
Debug dummy\bbb
End