What have i do wrong or forget in my RightStr?
From: HiGate (trash.mail_at_swipnet.se)
Date: 04/30/04
- Next message: theo: "Re: What have i do wrong or forget in my RightStr?"
- Previous message: Cosimo De Michele: "Re: Can write an operating systems with delphi??"
- Next in thread: theo: "Re: What have i do wrong or forget in my RightStr?"
- Reply: theo: "Re: What have i do wrong or forget in my RightStr?"
- Reply: Ian Kirk: "Re: What have i do wrong or forget in my RightStr?"
- Reply: Rick Francken: "Re: What have i do wrong or forget in my RightStr?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 12:23:11 +0200
What have i do wrong or forget?
procedure TForm1.Button1Click(Sender: TObject);
var s : string;
begin
s := 'ABOUT DELPHI PROGRAMMING';
s := RightStr(s,5);
// s = 'MMING'
end;
- Next message: theo: "Re: What have i do wrong or forget in my RightStr?"
- Previous message: Cosimo De Michele: "Re: Can write an operating systems with delphi??"
- Next in thread: theo: "Re: What have i do wrong or forget in my RightStr?"
- Reply: theo: "Re: What have i do wrong or forget in my RightStr?"
- Reply: Ian Kirk: "Re: What have i do wrong or forget in my RightStr?"
- Reply: Rick Francken: "Re: What have i do wrong or forget in my RightStr?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]