[fpc-pascal]how to convert a string to pppchar

Peter Vreman peter at freepascal.org
Fri Mar 5 08:56:11 CET 2004


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







More information about the fpc-pascal mailing list