Class and Ptr

Ptr has a property that “Converts the value referenced to by the pointer to a class”. But how can I put a ptr to a class in a ptr or a memory block.

something like:
Dim p as ptr
p.class(0) = String

Thanks

What you’re seeing is a vestige of a language feature that never actually shipped and shouldn’t be in autocomplete or the documentation. Nothing useful can be done with it and it’ll be removed completely in an upcoming release.

Ok. Thanks.