> i defined
> type
>  PPPChar=^PPChar
> end;
>
> now the question is how to convert a string to pppchar or convert a
> pppchar to string?
> please help me.

pppchar should be read as 'address of an array of pchars'. converting a
string to that depends on the situation.




_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to