11-28-2012, 02:26 PM
Code:
Text = "I Like QTP"
str1 = Split(Text," ")(1)
msgbox str1
str1 will have value <<Like>> (Value at index 1 after Splitting the string)
Regards,
Saleel
Split Function
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Split Function - by diya - 11-27-2012, 12:24 AM
RE: Split Function - by Saleel Prabhu - 11-28-2012, 02:26 PM
RE: Split Function - by diya - 11-28-2012, 08:49 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Split function in string | nidhishnair | 13 | 64,605 |
07-07-2020, 03:47 PM Last Post: helmzshelmz |
|
Split Function | Chaithra N | 0 | 1,170 |
12-18-2019, 11:33 AM Last Post: Chaithra N |
|
Split a string with multiple delimiters in VBScript | nandha | 2 | 8,588 |
02-10-2018, 06:44 PM Last Post: nandha |
|
Calling a function in a Test Script from a function library | anupam4j | 3 | 6,127 |
06-26-2015, 12:31 AM Last Post: babu123 |
|
Deatils on Split action with Nested type | sams001 | 0 | 3,366 |
10-30-2012, 03:03 PM Last Post: sams001 |