飘 飘摇客 Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-26 #2 Copy(s,index,count); s代表字符串 index 表示开始位置 count 表示取几个
W wbamboo Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-26 #3 还可以用Copy(SourceStr,Index,Count)来封左取和右取函数
R redrain Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-26 #4 copy is right copy(s:string;ori,count:integer);
K KY99 Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-26 #5 如果是用delphi6,可以用Leftstr,RightStr,不过用Copy实现的功能会多一点。 LeftStr(const AText: string; ACount: Integer): string; RightStr(const AText: string; ACount: Integer): string;
如果是用delphi6,可以用Leftstr,RightStr,不过用Copy实现的功能会多一点。 LeftStr(const AText: string; ACount: Integer): string; RightStr(const AText: string; ACount: Integer): string;