Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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.

    #4861
    Yutaka Emura
    Keymaster

    You will need the last parameter strFilesToIgnore.
    So the correct code is:


    editor.FindInFiles("xxx", "C:web*.txt", eeOpenDetectUTF8, eeEncodingSystemDefault, "");
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.