> 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.