Yes. You can use the Visual Studio IDE as a VBScript editor. VBScript is
even listed as one of the templates when you open a new file. Plus you get
intellisense when you create objects using CreateObject function.
- Jason
> OK. But can but can the VB portion of VS.NET be used as a VBscript editor?
> Does anyone here use VS to create VBScript scripts?
[quoted text clipped - 4 lines]
>>
>> Cor
Hey that's great! When creating a VBScript, does Intellisense function *only*
with the CreateObject function, or with many more functions as well?
> Yes. You can use the Visual Studio IDE as a VBScript editor. VBScript is
> even listed as one of the templates when you open a new file. Plus you get
[quoted text clipped - 10 lines]
> >>
> >> Cor
Jason - 28 Jan 2005 20:13 GMT
Hmmm. Not sure. Been a while since I did VBScript.
If I remember everything in VBScript is a variant. The only way to create
"objects" is with CreateObject or GetObject? If true, what else would
intellisense work on?
(You do get the hints about completing built-in functions. For example,
using the Replace method will show a tooltip showing the parameters for the
method.. as in Replace(expression, fine, replacement, [start], [count],
[compare]) )
- Jason
> Hey that's great! When creating a VBScript, does Intellisense function
> *only*
[quoted text clipped - 16 lines]
>> >>
>> >> Cor