Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Syntax
Replacer.ReplaceValue(
value as any,
old as any,
new as any) as any
About
Replaces the old value in the original value with the new value. This replacer function can be used in List.ReplaceValue and Table.ReplaceValue.
Example
Replace the value 11 with the value 10.
Usage
Replacer.ReplaceValue(11, 11, 10)
Output
10