EmEditor Text Editor: Analyzing Issues in the Search Script

EmEditor Text Editor: Analyzing Issues in the Search Script

Christopher Lv8

EmEditor Text Editor: Analyzing Issues in the Search Script

Viewing 2 posts - 1 through 2 (of 2 total)

  • Author
    Posts

  • October 26, 2007 at 9:17 am #4859
    QiaoJiao
    Participant
    Please, say what is wrong with that search script:
    editor.FindInFiles(“xxx”, “C:web*.txt”, eeOpenDetectUTF8, eeEncodingSystemDefault);
    It returns error
    Wrong number of arguments or invalid property assignment
    I can not figer out where mistake is.
    October 27, 2007 at 12:35 am #4861
    Yutaka Emura
    Keymaster
    You will need the last parameter strFilesToIgnore.
    So the correct code is:

    editor.FindInFiles(“xxx”, “C:web*.txt”, eeOpenDetectUTF8, eeEncodingSystemDefault, “”);

  • Author
    Posts

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.

Also read:

https://techidaily.com
  • Title: EmEditor Text Editor: Analyzing Issues in the Search Script
  • Author: Christopher
  • Created at : 2024-10-25 21:23:24
  • Updated at : 2024-10-29 05:52:09
  • Link: https://win-marvelous.techidaily.com/emeditor-text-editor-analyzing-issues-in-the-search-script/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
EmEditor Text Editor: Analyzing Issues in the Search Script