...
Info |
---|
Use this page to find example workflows for Aura Digital Workforce. |
Details
This example will loop words in a sentence.
Code Block |
---|
//We can use a split command to split the text by spaces $something = @Split("this that other", " ") show message box "I am looping words in a simple sentence" Foreach ($word in $something) { show message box "The word is '$word'" Log $word } |
Resources
None
Related Articles
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...