#6942
Yutaka Emura
Keymaster

shx wrote:
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

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!