IIRC You could always download the VBScript engines separately from http://msdn.microsoft.com/scripting/
The reason that the VBScript engines where in Internet Explorer was for *client-side* scripting, ie if you browsed to a webpage that had JScript or VBScript in it, the browser needed to be able to call the engine to process the script in the webpage... Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Showbear" <[EMAIL PROTECTED]> Subject: RE: Replace Function. : Ken, looks like I was off a bit but not completely wrong. A grid in the : MSDN Library shows that the Replace function (which had been in VB for : ages) was made available by the IIS 3 upgrade, which brought VBScript 2 : with it. Later versions of VBScript arrived with IIS 4 and VS 6. It : wasn't until IE 5 that IE began bringing VBScript upgrades. Seems an : odd place to do it, doesn't it? We never use, and therefore never : upgrade, IE on our servers. : : : -----Original Message----- : From: Ken Schaefer [mailto:[EMAIL PROTECTED]] : Sent: Thursday, August 01, 2002 4:21 AM : To: ActiveServerPages : Subject: Re: Replace Function. : : : VBScript is independant of the IIS version. You can either download the : VBScript engine separately, or you can update your copy of Internet : Explorer (which will also update your VBScript/JScript engines) : : Also, you can find out which version a function has been supported in by : looking in the reference. Replace has been there since VBScript v2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
