已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
List.FindText(list as list, text as text) as list
傳回清單 list 中包含值 text 的值清單。
list
text
找出清單 {"a", "b", "ab"} 中符合 "a" 的文字值。
使用方式
List.FindText({"a", "b", "ab"}, "a")
輸出
{"a", "ab"}
此頁面對您有幫助嗎?