Dcount

统计字符串中定界字段的数目

· 输入:string (string),delimiter (string)

· 输出:result (int32)

· 示例。如果【字段选择】步骤的输入数据流中的 mystring1 字段包含字符串“chocolate drops, chocolate ice cream, chocolate bars”,那么以下函数将返回 3。

Dcount(mystring1,",")

Last updated

Was this helpful?