Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to split string.
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
I have captured values to a string using getvisible property,
can some one suggest how to split the values from string using vbscript.
Reply
#2
Solved: 10 Years, 9 Months, 2 Weeks ago
Code:
Variable=Split("string","Delimeter")
Code:
temp=Split("Venkat Batchu","")
'Here ii have used space as the delimeter"
Finally u will get the out put as like below one.

Code:
temp(0)="Venkat"
temp(1)="Batchu"

Please let me know for further clarification.

Regards,
Venkat.Batchu
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Split function in string nidhishnair 13 63,398 07-07-2020, 03:47 PM
Last Post: helmzshelmz
Question Split Function Chaithra N 0 1,022 12-18-2019, 11:33 AM
Last Post: Chaithra N
  Split a string with multiple delimiters in VBScript nandha 2 7,978 02-10-2018, 06:44 PM
Last Post: nandha
  Replace a string in a word document with another string rekha.naik 8 15,031 11-14-2013, 12:58 PM
Last Post: pranikgarg
  Split Function diya 2 5,565 11-28-2012, 08:49 PM
Last Post: diya

Forum Jump:


Users browsing this thread: 1 Guest(s)