Article ID: 120071
Article Last Modified on 2/11/2004
; Assemble options needed: none
record1 record recfield1:2, recfield2:2, recfield3:2
recfield1 record1 <1, 2, 3> ; <-- syntax error
structure1 struct
strfield1 dw ?
structure1 ends
strfield1 structure1 <> ; <-- Ok
recfield1 structure1 <> ; <-- syntax error
Additional query words: 6.10 buglist6.10 buglist6.11
Keywords: KB120071