在Axapta中找了半天都没找到字符串的trim函数,用strFind和subStr写了一个,应该有更好的实现方式,先凑合着用吧.
在Axapta中实现trim函数static void strTrim(args a)
}

补记:
今天在System Document->Functions里找到了strlTrim和strrTrim两个函数,公用的系统函数解释都在这里放着在,有时间看一下,还是挺有用的,嗯.
在Axapta中实现trim函数static void strTrim(Args _args)
}

相关文章: