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

Ключ

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

...

  1. Set the "Convert the collection to the string" action to the workspace. 
  2. Set the parameters correctly: in the "Collection" field set the collection with several string or numeric elements, do not set the "Separator".
  3. Run the robot. 

Image Modified


Image Modified

Image Modified


Image Modified

Result

The action returned the string with string and numeric collection elements that were separated with the set character/characters. 

Task 2

...

Conversion with the separator

...

The action returned a string of consecutive string and numeric elements of the set collection.

 

...

Task 3

Conversion of the collection without string/numeric elements. 

...

The action returned an empty string.

Task 4

Conversion of the collection with whole numbers

...

.

...

Implementation

...

 

...

Image Removed

Result

The action returned a string of consecutive whole numbers. The zero after the whole numbers is not written.

Collection elements: "10.0", "11.0". Result: "1011".