Identifying Flaws Within EmEditor's Integrated Search Functionality

Identifying Flaws Within EmEditor's Integrated Search Functionality

Andrew Lv8

Identifying Flaws Within EmEditor’s Integrated Search Functionality

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:

  • Title: Identifying Flaws Within EmEditor's Integrated Search Functionality
  • Author: Andrew
  • Created at : 2024-10-08 16:00:19
  • Updated at : 2024-10-11 17:03:38
  • Link: https://win-latest.techidaily.com/identifying-flaws-within-emeditors-integrated-search-functionality/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Identifying Flaws Within EmEditor's Integrated Search Functionality