Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Concat a list of strings
Concat a list of strings [message #1731257] Tue, 03 May 2016 20:31 Go to next message
Eddy Cheong is currently offline Eddy CheongFriend
Messages: 1
Registered: May 2016
Junior Member
I have a list of strings in RCPPT and wish to be able to concat it. I've tried:

concat [list "abc" "d" "e"], but with no success. Although it was able to pass, it does not expected output of "abcde".

Is there a way to do it in RCPTT?
Re: Concat a list of strings [message #1732600 is a reply to message #1731257] Wed, 18 May 2016 12:51 Go to previous messageGo to next message
Pete Eremeykin is currently offline Pete EremeykinFriend
Messages: 4
Registered: February 2016
Junior Member
let [val foo [list "abc" "d" "e"]]{
	show-alert -message [concat [$foo | invoke getElements]]
}
Re: Concat a list of strings [message #1735710 is a reply to message #1732600] Wed, 22 June 2016 08:10 Go to previous message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Take a look to https://www.eclipse.org/forums/index.php/m/1716403/#msg_1716403

"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Previous Topic:How execute a java program ?
Next Topic:Running Single Test(s) with Maven
Goto Forum:
  


Current Time: Fri Apr 26 11:56:38 GMT 2024

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

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

Back to the top