Code: Select all
a=13
*p1.long=@a
*p2.long
If *p1\l And *p2\l ; <<<<<<< which?
EndIf
; ..or..
Structure strct
*ptr2.POINT
EndStructure
*ptr.strct
*ptr\ptr2\x ; where ?
Code: Select all
a=13
*p1.long=@a
*p2.long
If *p1\l And *p2\l ; <<<<<<< which?
EndIf
; ..or..
Structure strct
*ptr2.POINT
EndStructure
*ptr.strct
*ptr\ptr2\x ; where ?