Total Questions:-34 Goto Page:
1
2 3 4
R4R ---> Articles--> VBScript -->VBScript Articles List
Page 1
Articles:
Can VBScript can directly run on users system with Windows as OS?
Post Your View
Views Yes, VBScript can directly run on users system with Windows as OS.I explain with an example The running of VB Script is by utilizing Windows Script H
For More
By:Vivek
Date:
Articles:
Can we pass optional argument to function in VBScript?
Post Your View
Views Yes, We can pass optional argument to VBScript functions.We can use optional argument in VBScript by specifying optional keyword.
For More
By:Vivek
Date:
Articles:
Define some use of VB Script?
Post Your View
Views As per functionality we can say that VB Script acts same to Java Script.But VB Script is only compatible with internet explorer. VB Script act with D
For More
By:Vivek
Date:
Articles:
Define subtypes of data that a Variant data type in VBScript?
Post Your View
Views Subtypes of data that a Variant data type in VBScript are given below:
Byte - Between 0 to 255
String - Character strings
Integer - Between
For More
By:Vivek
Date:
Articles:
Define Tristate constants in VB Script?
Post Your View
Views We can allow formatting of numbers by using Tristate constants with functions. Tristate functions are used to reflect and represent the values any wh
For More
By:Vivek
Date:
Articles:
Explain the functionality of VB Script?
Post Your View
Views Using Active X technology we give much more functionality to VB Script.VB provide us sub routines, functions, string manipulation, data/time , error
For More
By:Vivek
Date:
Articles:
How can we add VBScript to web pages?
Post Your View
Views We use scripting language like VBScript and JavaScript as
the extension of HTML language.Only internet explorer read
the VBScript and its has a w
For More
By:v
Date:
Articles:
How Sub Procedures and Function Procedures are differ in VBScript?
Post Your View
Views VBScript support two types of procedures. These are Sub Procedures and Function Procedures
The main difference b/w Sub Procedures and Function Proc
For More
By:Vivek
Date:
Articles:
How to call a Sub or Function Procedure?
Post Your View
Views You can call the function like that,
name = name();
And we can returned the stored value like that,
msgbox "Welcome: " & name()
To call the Sub
For More
By:Vivek
Date:
Articles:
How to declare and assign values to variable in VBScript?
Post Your View
Views We can declare Dim,Public or Private statement in VBSCript like that.
dim name
name=Give some value
Now,We created a variable named 'name'.
When
For More
By:Vivek
Date:
Go:
1
2 3 4