Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5745
    Yutaka Emura
    Keymaster

    // Replace all - multiple times (JavaScript)
    document.selection.Replace( "replace what (1)", "replace with (1)", eeReplaceAll );
    document.selection.Replace( "replace what (2)", "replace with (2)", eeReplaceAll );
    document.selection.Replace( "replace what (3)", "replace with (3)", eeReplaceAll );
    ...
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.