So I'm trying to parse some domains that have numbers after the TLD extension. The domain for the example is:
asianculturalmediagroup.com2360
My script correctly finds the #'s as I want, but IsNumber WILL NOT WORK. I've tried everything possible
After I find what position ($i) that the number is at, I then can trim the rest of the numbers accordingly - which would result in just the domain itself.
Any ideas? ><
P.S. - My MsgBox debugger is showing a #, but the IsNumber is still returning a '0' (False). I also wrote down the StringMid results in a text file and they are all showing up as #s as well with no added characters.
Edited by UnknownWarrior, 15 January 2012 - 05:35 AM.





