Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- February 20, 2009 at 2:16 am #6937shxParticipant
I think there is a mistake in the documentation for VBS of document.selection.Find
It shows parentheses like javascript
Also, it should be pointed out somewhere when combining multiple flags in vbscript to use the &
Steven
February 20, 2009 at 6:17 pm #6942Yutaka EmuraKeymastershx wrote:
I think there is a mistake in the documentation for VBS of document.selection.FindIt shows parentheses like javascript
Also, it should be pointed out somewhere when combining multiple flags in vbscript to use the &
Steven
You will need parantheses even in VBScript if it is a function, not a statement. However, if you don’t need return values, you can omit parentheses. I will try to add more samples. Thanks!
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.