Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9276
    shx
    Participant

    I am looking for the syntax to use for searching for a quote
    i used

    nFound = document.selection.Find("&Chr(&H22)", eeFindNext );

    based on the link below. It doesn’t find it.

    link to searching for a quote

    Any help

    Steven

    #9277
    shx
    Participant

    Any help?

    #9278
    Yutaka Emura
    Keymaster

    If you want to write in VBScript, here is the syntax:

    nFound = document.selection.Find( Chr(&H22), eeFindNext )

    Please save as *.vbee.

    #9279
    shx
    Participant

    Thanks Yutaka for your help.

    Can you tell me the syntax for *.jsee ?

    Thanks

    #9280
    Yutaka Emura
    Keymaster

    Sure.

    nFound = document.selection.Find( '"', eeFindNext );

    #9281
    shx
    Participant

    Yutaka, thank you again.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.