已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
Text.Insert(text as nullable text, offset as number, newText as text) as nullable text
傳回在 offset 處,將文字值 newText 插入至文字值 text 的結果。 位置從數字 0 開始。
offset
newText
text
在 "ABD" 的 "B" 與 "D" 之間插入 "C"。
使用方式
Text.Insert("ABD", 2, "C")
輸出
"ABCD"
此頁面對您有幫助嗎?