Nat*_*pos 25 delphi string variables integer lazarus
我有一些存储在Integer被叫中的数字mode,但我需要在一个中使用它们TProcess.为此,我需要将其转换Integer为a String,因为如果我不这样做,我得到错误:
Integer
mode
TProcess
String
不兼容的类型:得到"LongInt"预期"AnsiString"
然后我想知道如何将a转换Integer为a String?
not*_*oop 41
你可以使用IntToStr:
IntToStr
A:=IntToStr(123)
归档时间:
16 年,5 月 前
查看次数:
50166 次
最近记录:
11 年 前