--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/cdipZelSdYcJ.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
See the BuildIn library Catenate [1] keyword, that should do the trick
-Tatu
[1]
http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Catenate
In addition to using the already proposed Catenate keyword, you can
also just use the strings together as a single argument for a keyword.
Assuming your have strings in variables ${str1} and ${str2}, you can
simply do something like this:
My Keyword ${str1} ${str2}
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org
| Documentation: |
|---|
| Catenates the given items together and returns the resulted string. |
| Start / End / Elapsed: | 20120412 12:25:11.762 / 20120412 12:25:11.762 / 00:00:00.000 |
|---|
| 12:25:11.762 | INFO | ${b} = Hello World |
To post to this group, send email to robotframework-users@googlegroups.com.
To unsubscribe from this group, send email to robotframework-users+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/_g4uZVpZP0IJ.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-users+unsubscrib...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
--
--
Thanks & Regards
SOURABH TIWARI
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/_g4uZVpZP0IJ.--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To post to this group, send email to robotframework-users@googlegroups.com.
To unsubscribe from this group, send email to robotframework-users+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.