【RF库Built-In测试】Catenate

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:连接多个字符串

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

 

 

posted @ 2017-07-27 16:04  垄上行  阅读(605)  评论(0)    收藏  举报