CONVERSÃO ME AJUDEM!!!
Alguém sabe como converter string para pshar ou pchar para string????
:roll:
:roll:
Jonny_x
Curtidas 0
Respostas
Anonymous
10/03/2003
Tente o seguinte:
Var S:string;
C:PChar;
begin
s:=´Teste´;
c:=pchar(s);
end;
Var S:string;
C:PChar;
begin
s:=´Teste´;
c:=pchar(s);
end;
GOSTEI 0