Re: How to transform String in Char ???


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by Rbrrneck on September 17, 2002 at 19:34:00:

In Reply to: How to transform String in Char ??? posted by Marconi on September 16, 2002 at 18:44:15:

hmm, have you tried:

var length:string = 1;
var CHRlength: Pchar;
begin
  chrlength:=Pchar(length);


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]