Re: need vb.net's regex in vb6 code
- From: "Jeff Johnson" <i.get@xxxxxxxxxxx>
- Date: Fri, 6 Apr 2007 13:50:34 -0400
"smHaig" <smHaig@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AD9CA47D-D0B4-4F1A-9655-3F06E553E582@xxxxxxxxxxxxxxxx
Hi, I am using a fulltext search with sql server and unfortunately my old
program that calls a stored proc to do this is in vb6. I need to create
the
proper string format and I found code to do this but it is in vb.net and
uses
regex. Could someone translate this for me into vb6
Set RegEx = New RegExp
This is NOT VB.NET. VB.NET no longer uses the Set statement, nor is that the
name of the regex class in .NET. Given the Dim statement, I'm willing to bet
this was VBScript. It should work directly in your VB6 code, although the
Pattern didn't look like valid regular expression syntax to me.
.
- Prev by Date: Looking for "windows ce toolkit for Visual Basic 6.0"
- Next by Date: Re: Fun and games instaling VB6 and MSDN!
- Previous by thread: Looking for "windows ce toolkit for Visual Basic 6.0"
- Next by thread: Re: need vb.net's regex in vb6 code
- Index(es):
Relevant Pages
|