Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Split function in string
#14
Solved: 10 Years, 8 Months, 3 Weeks ago
(05-22-2011, 06:40 PM)sreekanth chilam Wrote: Hi,

Refer the below example:

 
Code:
var="blah 1234"
  sp_var=split(var, " ")

  For i=lbound(sp_var) to ubound(sp_var)
      msgbox  sp_var(i)
  Next
Thanks for this @sreekanth chilam, work like a charm
Reply


Messages In This Thread
Split function in string - by nidhishnair - 05-22-2011, 03:28 PM
RE: Split function in string - by helmzshelmz - 07-07-2020, 03:47 PM
RE: Split function in string - by lalithome - 05-23-2011, 11:28 AM
RE: Split function in string - by nidhishnair - 05-23-2011, 12:18 PM
RE: Split function in string - by Anand - 05-23-2011, 01:28 PM
RE: Split function in string - by nidhishnair - 05-23-2011, 02:39 PM
RE: Split function in string - by Anand - 05-24-2011, 10:40 AM
RE: Split function in string - by nidhishnair - 05-24-2011, 06:42 PM
RE: Split function in string - by hamzaz - 04-23-2012, 02:24 PM
RE: Split function in string - by Ankesh - 04-23-2012, 04:01 PM
RE: Split function in string - by Ram2009 - 04-26-2012, 07:33 AM
RE: Split function in string - by nikhilcogni - 03-01-2013, 11:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Split Function Chaithra N 0 1,014 12-18-2019, 11:33 AM
Last Post: Chaithra N
  Split a string with multiple delimiters in VBScript nandha 2 7,953 02-10-2018, 06:44 PM
Last Post: nandha
  Calling a function in a Test Script from a function library anupam4j 3 5,897 06-26-2015, 12:31 AM
Last Post: babu123
  Replace a string in a word document with another string rekha.naik 8 14,969 11-14-2013, 12:58 PM
Last Post: pranikgarg
  Split Function diya 2 5,542 11-28-2012, 08:49 PM
Last Post: diya

Forum Jump:


Users browsing this thread: 2 Guest(s)