是不是超过了integer的范围呢,如果超过了,我该怎么将‘201003180001’转换成字符串呢?

解决方案 »

  1.   

    确实是超范围了,你可以用int64
      

  2.   

    转化字符串的话..FORMAT 或者 inttostr
      

  3.   

    超长了 FORMAT 或者 inttostr
      

  4.   

    用Format,IntoToStr有可能会报错
      

  5.   

    应该是日期+序号的一个标识,直接使用字符串就行,datetostr(date)+inttostr(序号) 这样就可以组合出楼主需要的结果
      

  6.   

    应该是日期+序号的一个标识,直接使用字符串就行,datetostr(date)+inttostr(序号) 这样就可以组合出楼主需要的结果
      

  7.   

    确实是超范围了,你可以用int64,先转换呀