Thread
:
error - Object doesn't support this property
View Single Post
#
2
(
permalink
)
September 10th, 2006, 05:13 AM
xargon17
Registered User
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi jamara. I ran into a similar problem. I finally found out the issue was with the line:
ex = New RegExp
Needs to read:
Set
ex = New RegExp
Such a simple thing
I wish the error messages from the runtime were a bit more helpful though.
xargon17
View Public Profile
Find all posts by xargon17