Does anyone here use Microsoft Development Environment to write their
VBScripts? If so is it possible to have the code highlighting stuff
working without having to place the script within ASP script tags?
Ie:

<%
'-- Vbscript script here
...
%>

TIA,

Colin

Re: Using MDE6 To Write VBScripts by Michael

Michael
Sat Aug 21 15:27:44 CDT 2004

Colin Steadman wrote:
> Does anyone here use Microsoft Development Environment to write their
> VBScripts? If so is it possible to have the code highlighting stuff
> working without having to place the script within ASP script tags?

Q249024 - HOWTO: Enable Windows Script Version Tools Support for Visual
InterDev
http://support.microsoft.com/default.aspx?kbid=249024

--
Michael Harris
Microsoft.MVP.Scripting
Sammamish WA US


Re: Using MDE6 To Write VBScripts by google

google
Thu Aug 26 09:59:39 CDT 2004

> Q249024 - HOWTO: Enable Windows Script Version Tools Support for Visual
> InterDev
> http://support.microsoft.com/default.aspx?kbid=249024

Thanks Michael,

But for some reason this hasn't worked for me. I've followed the
instructions to the letter a couple of times but it doesn't want to
work. Now that I know what to do I've found other articles on the net
giving more or less the same advice, but they dont work either...

Anyway to get round the problem I've started putting my script within
<% %> and commenting it out, which seems to work, ie:

'<%

VBScript

'%>

Colin