Delphi 处理在字符串截取中避免出现半个汉字
摘要: 2007年12月7日//..处理中英文混杂左截取function LeftStrEx(const AText: string; ACount: Integer): string;var I,ChrLen, BreakLen:Integer; IsMBCS:Boolean;begin I := 1; BreakLen := 0; IsMBCS := False; if Length(AText)&g...
阅读全文
posted @
2007-12-07 13:57 轻鸟 阅读(2469) |
评论 (2) 编辑