06-18-2011, 03:15 PM
(This post was last modified: 06-19-2011, 12:35 AM by Satyabrata Saha.)
Hi,
Can u help me in how to get multiline texts in a cell of Webtable.Example would be,if a cell contains the below texts in a cell:-
Andrea Thomas
Tom Bell Zanny
Cean Dias
Then how do I extract the three different names in seperate variable.
I have used GetCelldata(row,column).But GetCellData returns a string in format "Andrea Thomas Tom Bell Zanny Cean Dias".
Using Split will return each word seperately.
Thanks,
Satya
Can u help me in how to get multiline texts in a cell of Webtable.Example would be,if a cell contains the below texts in a cell:-
Andrea Thomas
Tom Bell Zanny
Cean Dias
Then how do I extract the three different names in seperate variable.
I have used GetCelldata(row,column).But GetCellData returns a string in format "Andrea Thomas Tom Bell Zanny Cean Dias".
Using Split will return each word seperately.
Thanks,
Satya