Hi and thanks for reading my post!
I use
selection.words.count
to find out how many words are in a selection. Then I would like to select them (in case only part of some word is selected initially), but the only way I can figure out is by selecting the first word and then extending the selection. Isn't there some nice syntax to select several words using
selection.words(x).select
please?
Many thanks in advance for any kind help!
Best regards,
Pavel
I use
selection.words.count
to find out how many words are in a selection. Then I would like to select them (in case only part of some word is selected initially), but the only way I can figure out is by selecting the first word and then extending the selection. Isn't there some nice syntax to select several words using
selection.words(x).select
please?
Many thanks in advance for any kind help!
Best regards,
Pavel