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