แชร์ผ่าน


Replacer.ReplaceValue

วากยสัมพันธ์

Replacer.ReplaceValue(value as any, old as any, new as any) as any

ประมาณ

แทนที่ค่า old ใน value เดิมด้วยค่า new ฟังก์ชันตัวแทนที่นี้สามารถใช้ได้ใน List.ReplaceValue และ Table.ReplaceValue

ตัวอย่างที่ 1

แทนที่ค่า 11 ด้วยค่า 10

การใช้งาน

Replacer.ReplaceValue(11, 11, 10)

ผลลัพธ์ของ

10