Name:
Catenate
Source:
BuiltIn <test library>
Arguments:
[ *items ]
Catenates the given items together and returns the resulted string.
By default, items are catenated with spaces, but if the first item contains the string 'SEPARATOR=<sep>', the separator '<sep>' is used. Items are converted into strings when necessary.

场景1:连接多个字符串

【RF库Built-In测试】Catenate

【RF库Built-In测试】Catenate

场景2:将列表中的值连接起来

 

 【RF库Built-In测试】Catenate

【RF库Built-In测试】Catenate

相关文章:

  • 2021-06-28
  • 2021-12-04
  • 2021-10-31
  • 2021-07-15
  • 2021-09-08
  • 2021-09-15
  • 2021-12-03
  • 2022-02-13
猜你喜欢
  • 2021-05-25
  • 2021-08-07
  • 2021-08-22
  • 2021-09-23
  • 2021-10-04
  • 2021-09-04
相关资源
相似解决方案