table replace

Allows you to replace by text or regex within a table.


Example

Running this code will replace all of the "&table1" texts named "OldText" to "NewText".

plugin command("Data and Files Automation.dll", "table replace", &table1, "OldText", "NewText", "Equals")

Was this helpful?

Previous Article

table remove row/col

Next Article

table search