Code: Alles auswählen
EnableExplicit
Global *pZahl.Long
*pZahl = AllocateMemory(4)
With *pZahl
\l = $FFFF
Debug \l
EndWith
Debug *pZahl\l
Code: Alles auswählen
EnableExplicit
Global *pZahl.Long
*pZahl = AllocateMemory(4)
With *pZahl
\l = $FFFF
Debug \l
EndWith
Debug *pZahl\l