Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » ECL: String Concatenation
ECL: String Concatenation [message #1693775] Tue, 28 April 2015 10:13 Go to next message
Andreas Graf is currently offline Andreas GrafFriend
Messages: 211
Registered: July 2009
Senior Member
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 11:11 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
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 16:01 Go to previous message
Andreas Graf is currently offline Andreas GrafFriend
Messages: 211
Registered: July 2009
Senior Member
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: Wed Sep 25 05:13:38 GMT 2024

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

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

Back to the top