This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
function:WORDS [2016/06/21 23:32] peternlewis created |
function:WORDS [2023/09/20 04:33] (current) peternlewis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | The WORDS function takes an arbitrary [token text](https://wiki.keyboardmaestro.com/Tokens) string, processes the text tokens, and then returns the number of characters in the string. | + | ====== WORDS Function====== |
- | WORDS(%CurrentClipboard%) | + | The WORDS(t) function takes an arbitrary [[:Tokens|token text]] string, processes the text tokens, and then returns the number of words in the string. |
+ | WORDS(%SystemClipboard%) | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | {{function:function-words-example.jpg?nolink|}} | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | === Actions === | ||
+ | |||
+ | * [[action:Set Variable to Calculation|Set Variable to Calculation Action]] | ||
+ | * [[:Actions|See all Actions]] | ||
+ | |||
+ | === Functions === | ||
+ | |||
+ | * [[function:CALCULATE|CALCULATE]] | ||
+ | * [[function:CHARACTERS|CHARACTERS]] | ||
+ | * [[function:LINES|LINES]] | ||
+ | * [[:Functions|See all Functions]] | ||
+ | |||
+ | ==== Forum ==== | ||
+ | |||
+ | - [[https://forum.keyboardmaestro.com/search?q=WORDS|Keyboard Maestro Forum topics about WORDS() function]] |