ANURADHA Srinivasan wrote:
Is typecasting like
MyType(Myvar);
not allowed?
Yes, GPC allows this as an extension.
How do i do something like the following?
p:pointer; mytype=record ..... end;
with mytype(p^) do begin ..... end;
Since you gave neither a complete sample or an error message, I don't know what's your problem. (I'm really tired of second-guessing.)
Frank