m (formatting) |
|||
Line 10: | Line 10: | ||
===Join textual values=== | ===Join textual values=== | ||
− | ;<code>[gn:act_joinTextualValues]|[target;source{n}]</code> | + | :;<code>[gn:act_joinTextualValues]|[target;source{n}]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[target]] | + | | <code>[[target]]</code> |
| [[target]] where the joined text will be stored | | [[target]] where the joined text will be stored | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: | ||
− | ** [[Datatypes#text|text]] | + | ** <code>[[Datatypes#text|text]]</code> |
|- | |- | ||
− | | [[source]]{n} | + | | <code>[[source]]{n}</code> |
| [[source]] from where the content for text join will be used | | [[source]] from where the content for text join will be used | ||
* Valid [[source|sources]]: | * Valid [[source|sources]]: | ||
Line 30: | Line 30: | ||
====Example==== | ====Example==== | ||
− | <code>@variable/newIVRrecipient_firstAndLastName</code> - target<br> | + | :<code>@variable/newIVRrecipient_firstAndLastName</code> - target<br> |
− | <code>@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName</code> - source | + | :<code>@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName</code> - source<br> |
− | <code>[gn:act_joinTextualValues]|[@variable/newIVRrecipient_firstAndLastName;@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName]</code> | + | :; ⤷ <code>[gn:act_joinTextualValues]|[@variable/newIVRrecipient_firstAndLastName;@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName]</code> |
<hr> | <hr> |
Latest revision as of 13:33, 12 July 2017
gn:act_joinTextualValues
- Description
- Action used to take the content of multiple widgets, join the text content and store it into the target.
- Action returns
- void
Action signatures
Join textual values
[gn:act_joinTextualValues]|[target;source{n}]
Parameter Description target
target where the joined text will be stored source{n}
source from where the content for text join will be used
Example
@variable/newIVRrecipient_firstAndLastName
- target@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName
- source
- ⤷
[gn:act_joinTextualValues]|[@variable/newIVRrecipient_firstAndLastName;@+id/emailRecipient_firstName,@variable/space,@+id/emailRecipient_lastName]
- ⤷