Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » ECL: String Concatenation
ECL: String Concatenation [message #1693775] Tue, 28 April 2015 06:13 Go to next message
Eclipse UserFriend
Hi,

we would like to hava string constant as a parameter that is then reused as partial string in verfications. It seems that ECL does not support string concatenation

"abc "+$myParam+" def" does not work.

What would be the best way to do that?
Re: ECL: String Concatenation [message #1693785 is a reply to message #1693775] Tue, 28 April 2015 07:11 Go to previous messageGo to next message
Eclipse UserFriend
Hi Andreas,

You can use concat ECL command:

concat "abc" $myParam "def"

format command can also be useful for this purpose.

Yours sincerely,
Ulyana.
Re: ECL: String Concatenation [message #1693833 is a reply to message #1693785] Tue, 28 April 2015 12:01 Go to previous message
Eclipse UserFriend
Thx for the link to the documentation on the Xored website !
Previous Topic:RCPTT Maven packaging error
Next Topic:Blank Screenshot
Goto Forum:
  


Current Time: Tue Jun 17 13:51:00 EDT 2025

Powered by FUDForum. Page generated in 0.03618 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top