Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
split the values in url .......................
#2
Solved: 10 Years, 9 Months, 1 Week ago
Hi,
Try this

Code:
Dim a
strURL="https://cs11.salesforce.com/00QZ0000001J1zV"
a=Split(strURL,"/")
Msgbox Ubound(a)

Thanks,
Arul.D
Reply


Messages In This Thread
RE: split the values in url ....................... - by Arul - 05-21-2012, 05:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Split function in string nidhishnair 13 63,409 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,988 02-10-2018, 06:44 PM
Last Post: nandha
  Problems with URL as Object identifier??? jcraig26 1 3,180 02-27-2013, 05:06 PM
Last Post: anil2u
  Split Function diya 2 5,565 11-28-2012, 08:49 PM
Last Post: diya

Forum Jump:


Users browsing this thread: 1 Guest(s)