...
Info |
---|
Use this page to find example workflows for Aura Digital Workforce. |
Multiexcerpt fast include block macro |
---|
name | Introduction |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
Multiexcerpt fast include block macro |
---|
name | Video |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
Multiexcerpt fast include block macro |
---|
name | Script |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
...
Script
This example will loop words in a sentence.
Code Block |
---|
//You can use a split command to split the text byusing 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'}"
//The Log command below writes the message to the log file.
//Logs also appear in the Logs section;. seeSee the Log tab button above the Editor.
Log $word
//You can use variables inline or outside quoted strings.
//Log Warning "This may not be the right word" + $word.
//Log Error "This is the wrong word" $word.
}
|
multiexcerpt-fast-include-block-macro |
---|
name | Resources |
templateData |
---|
[] | page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
None
Include Page |
---|
|
Snippet - How-to Foot - Aria | | Snippet - How-to Foot - Aria |
---|
|
multiexcerpt-fast-include-block-macro |
...
Related Articles
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 10 |
---|
showSpace | false |
---|
cql | label in ( "kb-how-to-article-aria" , "kb-tech-aria" , "value" , "input" , "get" , "text" , "message" , "box" ) and label in ( "kb-command-reference-aria" , "kb-how-to-article-aria" , "kb-tech-aria" ) |
---|
|
...