What is the command that is used in node.js to import external libraries?
Explain Features of WordPress?
What does jpa mean?
How many types of javascript are there?
Difference between association, composition and aggregation?
What is savepoint in java?
What is query optimizer in sql server?
What is a white noise model and how can you simulate it using r?
I want to create a project like google maps how can we do that with atlas?
What is eSvn?
What do you understand by Lender of the last resort?
What is the latest android version 2019?
Can a VB application be an OLE server?
What are some of the design patterns used in the spring framework?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma