A aliwy Unregistered / Unconfirmed GUEST, unregistred user! 2005-11-12 #1 不引用SysUtils,如何将string转为integer?
A aliwy Unregistered / Unconfirmed GUEST, unregistred user! 2005-11-12 #2 不引用SysUtils,如何将string转为integer?
W WilliamGui Unregistered / Unconfirmed GUEST, unregistred user! 2005-11-12 #3 不能用 strtoint 吗? 它的代码,拷过去试试,不行? 再找它的源码,再拷过去试试 function StrToInt(const S: string): Integer; var E: Integer; begin Val(S, Result, E); if E <> 0 then ConvertErrorFmt(@SInvalidInteger, ); end;
不能用 strtoint 吗? 它的代码,拷过去试试,不行? 再找它的源码,再拷过去试试 function StrToInt(const S: string): Integer; var E: Integer; begin Val(S, Result, E); if E <> 0 then ConvertErrorFmt(@SInvalidInteger, ); end;