查看完整版本: fromat函数问题

刺兔 2008-5-16 08:54

fromat函数问题

combo1里面有很多数字,用cstr把数子转换成字符串时前面会保留一个空各,用什么办法能去掉那个空格阿,我用format(combo1.text)怎么不好用啊

Nothing 2008-5-16 11:47

replace(combo1.text," ","")
如果是字符串前和尾,可以用trim函数
页: [1]
查看完整版本: fromat函数问题