I am trying to extract a phone number from a text string,
display the first part of string before the phone number, then the second part, then the phone number.
I am first splitting the the string:
text = cstr(rsAd("adtext"))
aryTxt = split(text," ")
then am looping to find...