If you have VB6:
dim text as string
dim ans as integer
text = "1.2.3.4"
ans = Len(text) - Len(Replace(text, ".", ""))
HTH
------------------
LM Ginn
|
Results 1 to 3 of 3
Thread: Need a VB function to tell me...Threaded View
|
Click Here to Expand Forum to Full Width |