desusureshkumar
-
Total Posts
:
14
- Scores: 0
-
Reward points
:
0
- Joined: 12/19/2007
-
Status: offline
|
power of VBScript?
Saturday, January 19, 2008 5:49 AM
( permalink)
how powerful is VBScript? which are the areas they canbe used? enjoy
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
RE: power of VBScript?
Saturday, January 19, 2008 8:37 AM
( permalink)
A modern scripting program is about as powerful as a compiled C++ program of 10 years ago. vbscript can be used with any COM enabled component as well as in html for browsers that use the Trident engine (Like Internet Explorer).Its also very popular in Active Server Pager which is probably its #1 use these days. Just doing a quick search over the forum will show you alot of the different contexts this is used.
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
mcds99
-
Total Posts
:
519
- Scores: 4
-
Reward points
:
0
- Joined: 2/28/2006
-
Status: offline
|
RE: power of VBScript?
Tuesday, February 12, 2008 8:17 AM
( permalink)
I pulled a truck with a script! 
Sam Keep it Simple Make it Fun KiSMiF
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
RE: power of VBScript?
Wednesday, February 13, 2008 3:36 AM
( permalink)
Here is an example of the power of VBScript: Set oChuck = CreateObject("Chuck.Norris")
|
|
|
|