Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting a text which starts with "
#3
Not Solved
Code:
str1="Thomas Vinod"
var=split(str1," ")
lenarray=ubound(var)
For i=0 to lenarray
str2=var(i)
msgbox str2
Next

Regards
Thomas Vinod
Reply


Messages In This Thread
RE: Splitting a text which starts with " - by vinod123 - 11-23-2012, 11:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to Validate Text filed is blank after clicking on the Text box balak89 3 4,562 09-13-2015, 12:06 AM
Last Post: ADITI1992
  I am trying to extract text from a webelement but it is generating blank text scenari excellentpawan 2 4,313 08-13-2013, 08:37 PM
Last Post: excellentpawan
  Need Help Splitting a string Brian.Osborne 1 2,860 03-10-2011, 10:45 PM
Last Post: tdevick
  Splitting value of cell in Excel sheet janriis 2 4,222 02-02-2011, 11:33 PM
Last Post: sreekanth chilam
  how to find a particular text in a text string pjavvaru 3 16,674 06-04-2010, 08:49 PM
Last Post: jsknight1969

Forum Jump:


Users browsing this thread: 1 Guest(s)