Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Join Version 6 (Net)

Action group: Text

...

Description

The action joins string variables in one with the set separator.

Action icon

Image Modified

Parameters

Input parameters

...

Output parameters

The output is the string variable to which the result of the concatenation will be written

...

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
SeparatorText separator.Robin.String
No
TextPart of the text to be joined.Robin.String
Yes
Results
ResultString variable to which the result of the concatenation will be writtenRobin.String

Special conditions of use

To add a new string variable click on the plus button. 

"Separator" parameter.

  • If the parameter is not set, the text will just be glued together. 
  • If a parameter is set to a value (e.g. 1), this value will appear between all "Text" parameter values.

...

Result - Ivanov;Ivan;Ivanovich

Example of use

Task

Join 3 strings into one variable.

Solution

Use the "Join" action. 

Implementation

  1. Move the "Join" action to the workspace.
    Image Modified
  2. Set the "Join" action parameters.
    Image Modified
  3. Start the robot by clicking "Start" in the top panel.


    Result
    The program robot completed successfully. The specified text parts are joined.