bin 你看清题目了吗?
这样当然不行
想计算字符串中某一字符出现的次数,应该是这样的:
dim str as string = tables("表名").current("编码")
dim count as integer = str.length - str.repalce("|","").length
output.show(count)
count 即是“|”在编码中出现的次数