Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spliting test
#1
Not Solved
Hi,
how do I split the number of out this string?
Search Results(17)
So, basically would need to get the results between the parenthesis.
thank you
Fred
Reply
#2
Not Solved
Try this
Code:
str="Search Results(17)"
msgbox mid(str,16,len(str)-16)
Reply
#3
Not Solved
you may try this.

Code:
Str = "Search  Results(17)"
msgbox mid(Str, 17, 2)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)