Replacer.ReplaceValue
構文
Replacer.ReplaceValue(value as any, old as any, new as any) as any
バージョン情報
元の value
の old
値を new
値に置き換えます。 この置換関数は、List.ReplaceValue
と Table.ReplaceValue
で使用できます。
例 1
値 11 を値 10 に置き換えます。
使用方法
Replacer.ReplaceValue(11, 11, 10)
出力
10