Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RegExp multiline method not supported??? 1

Status
Not open for further replies.

MLZ

Programmer
Feb 20, 2003
18
US
Hi,

I'm trying to use multiline method of RegExp and am getting an error:

Object doesn't support this property or method: 'regExpCR.Multiline'

What is the cause of this error?

Please help.

Thanks,
mlz
 
you do not have VBScript 5.5 installed on the server then more then likely

_________________________________________________________
[sub]$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;[/sub]
onpnt2.gif
[sup] [/sub]
 
use this thread's information to check
thread333-549689

_________________________________________________________
[sub]$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;[/sub]
onpnt2.gif
[sup] [/sub]
 
Thanks much for the answer and for the thread333-549689 that showed how to find out my VBscript version. We have an older version.

mlz
 
[smile]

while your updating you should just go to 5.6

thanks for the star

_________________________________________________________
[sub]$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;[/sub]
onpnt2.gif
[sup] [/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top