![]() |
|
|
+ Search |
![]()
|
May 22nd, 2000 05:47
unknown unknown, Matthew Connor
Problem: from - HTTP://127.0.01.14/default.asp I want to find the number of times that the "." period shows up. Solution: String = "http://127.0.01.14/default.asp" arrString = Split(String, ".") DotCount = UBound(arrString) DotCount is your answer.
© 1999-2004 Synop Pty Ltd