这两个函数
Inttostr
StrtointShowmessage(Inttostr(100));var
i:integer
begin
  i:=strtoint('100');
end;

解决方案 »

  1.   

    其实delphi的帮助不难查啊,楼主不要太懒哦。
      

  2.   

    IntToStr() 整形转字符
    StrToInt() 字符转整型不是倒分吧?
      

  3.   

    这样的问题也来CSDN问,你未免也太懒了吧
      

  4.   

    IntToStr()
    StrToInt()
    StrToIntDef()
      

  5.   

    在帮助里查什么关键字?我查INT怎么查不到
    帮忙,各位DELPHI高手
      

  6.   

    不知道你怎么查的?
    inttostr();
    strtoint();
    floattostr();
    strtofloat();