If you can get the pointer to an object with objptr, how can you get the object from a pointer
Code:dim temp as object,ptr as integer
set temp = new class1
ptr=objptr(temp)
set temp = ptrobjorwhatever(ptr)
Printable View
If you can get the pointer to an object with objptr, how can you get the object from a pointer
Code:dim temp as object,ptr as integer
set temp = new class1
ptr=objptr(temp)
set temp = ptrobjorwhatever(ptr)
I've seen an article about this somewhere, i'll try and find it...I think it was one of the MVP guys who did it...
Thanks! I thought you could do the trick with copymemory but i wasn't sure :)