自定义函数: PatternCountMulti ( Text ; SearchList ) 2020年6月3日 • Search • Value List 函数功能描述 来源: 作者: 作者原述: 猫壹佰描述: 在文本中搜索一个值列表每个值的累积总数, 测试文档下载: 调用范例 PatternCountMulti ( "The more I type, the more I mistype" ; "the¶more") 返回结果 4 函数内容 Let ( [ $counter = $counter + 1 ; $searchTerm = GetValue ( SearchList ; $counter ) ; $result = $result + PatternCount ( Text ; $searchTerm ) ] ; Case ( $counter < ValueCount ( SearchList ) ; PatternCountMulti ( Text ; SearchList ) ; Let ( [ ~result = $result ; $searchTerm = "" ; $result = "" ; $counter = "" ] ; ~result ) ) ) /* flusheDData 2020 flusheddata@gmail.com */ 复制函数内容 当前页面使用FileMaker生成发布, 更新于2021年3月15日0时47分43秒 ← 较旧的文章 较新的文章 →