Code: Alles auswählen
Structure pp
*p.LONG
EndStructure
*pcontext.pp
a = 123
*pcontext = @a
*pcontext\p = 456
; a = 456
Debug a
Code: Alles auswählen
Structure pp
*p.LONG
EndStructure
*pcontext.pp
a = 123
*pcontext = @a
*pcontext\p = 456
; a = 456
Debug a