Viewing 6 posts - 1 through 6 (of 6 total)
- AuthorPosts
- February 22, 2011 at 1:06 pm #9276shxParticipant
I am looking for the syntax to use for searching for a quote
i usednFound = 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
February 23, 2011 at 6:05 pm #9277shxParticipantAny help?
February 23, 2011 at 11:40 pm #9278Yutaka EmuraKeymasterIf you want to write in VBScript, here is the syntax:
nFound = document.selection.Find( Chr(&H22), eeFindNext )
Please save as *.vbee.
February 24, 2011 at 12:28 am #9279shxParticipantThanks Yutaka for your help.
Can you tell me the syntax for *.jsee ?
Thanks
February 24, 2011 at 1:02 am #9280Yutaka EmuraKeymasterSure.
nFound = document.selection.Find( '"', eeFindNext );
February 24, 2011 at 5:53 am #9281shxParticipantYutaka, thank you again.
- AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.