Вы просматриваете старую версию данной страницы. Смотрите текущую версию.

Сравнить с текущим просмотр истории страницы

« Предыдущий Версия 4 Текущий »

Composite format Version 6 (Java)

Action group: Text


Description

Replaces one or more format elements in a string with a string representation of the specified object.

Action icon

Settings of parameters

Свойство

Англ. наименование

Описание

Тип

Пример заполненияОбязательность заполнения поля
Параметры
Строка составного форматаComposite format string

Строка, в которой места для подстановки текста обозначены как {x}, где х - порядковый номер объекта в коллекции.

СтрокаЕхал {0} через {1}, видит {0} в {3} {2}Да
Объекты для подстановкиObject collection to format

Коллекция объектов, текстовое представление которых заменит в указанной строке обозначения вида {x} в соответствии с их порядковыми номерами.

Нумерация начинается с 0.

Коллекция

0:Грека, 1: реку, 2:рак, 3: реке


Да
Результаты
РезультатResult

Строковая переменная, содержащая результат подстановки указанных объектов.

СтрокаЕхал Грека через реку, видит Грека в реке рак

Special conditions of use

If the formatting elements in a string do not have a corresponding numbered element in the object collection, an error will occur.

Example of use

Task

There is a variable "Collection" with values:

0:Greek, 1: river, 2:cancer, 3: river.

Substitute the elements of the collection into the text: driving ? through ?, sees ? in ? ?

Solution

Use the "Composite format", "Show message" actions.

Implementation

  1. Create a string type variable "Text" where the "Composite format" action result will be written into.
  2. Move the "Composite format" action to the workspace and set its parameters.

  3. Move the "Show message" action to the workspace and set its parameters.
  4. Click "Start" in the top panel to start the robot.

Result

The formatted text was displayed in the dialogue window.

  • Нет меток