fb:porticula NoPaste
Reallocate-Beispiel modd
Uploader: | Sebastian |
Datum/Zeit: | 29.05.2010 21:50:16 |
dim x as any ptr = 0
dim y as any ptr = 0
x = reallocate (y,Sizeof(Double))
print "x = " & x
print "y = " & y
deallocate(x)
sleep
'Ausgabe zum Beispiel:
'x = 3358632
'y = 0