Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

About Regexp Object???

0 views
Skip to first unread message

LiL Endian

unread,
Nov 29, 1999, 3:00:00 AM11/29/99
to

dolnit wrote in message ...
>Hi all
>I'v problem in Set this object ~~~
>i Use " Set regEx = New RegExp " is failed~~
>is depent on the NT or IIS ???

Presence of RegExp depends on the version of VBScript.dll.
Of course, if you install the V5.1 engines then you'll have it
for sure. As for the minimum version, I can only guess.

Besides *New RegExp* you might try
Set regEx = MyHost.CreateObject("VBScript.RegExp")
where MyHost will be Server (ASP) or WScript (WSH).

As a test of its presence you can check HKCR in the Registry
for the ProgID *VBScript.RegExp*.

==
LiL Endian


>then---> how can use it???
> THX Dolnit
>
>
>


Michael Harris

unread,
Nov 29, 1999, 3:00:00 AM11/29/99
to
Minimum VBScript version for both the new operator and the RegExp object is 5.0...

--
Michael Harris
 

 
0 new messages