Quantcast
Channel: IT SyllabusIT Syllabus » VbScript
Browsing latest articles
Browse All 10 View Live

VBScript Variables

VBScript Variables What Is a Variable? A variable is a convenient placeholder that refers to a computer memory location where you can store program information that may change during the time your...

View Article



VBScript Constants

VBScript Constants What Is a Constant? A constant is a meaningful name that takes the place of a number or string and never changes. VBScript defines a number of intrinsic constants. You can get...

View Article

VBScript Operators

VBScript Operators VBScript has a full range of operators, including arithmetic operators, comparison operators, concatenation operators, and logical operators. Operator Precedence When several...

View Article

Using Conditional Statements

Using Conditional Statements Controlling Program Execution You can control the flow of your script with conditional statements and looping statements. Using conditional statement, you can write...

View Article

Looping Through Code

Looping Through Code Using Loops to Repeat Code Looping allows you to run a group of statements repeatedly. Some loops repeat statements until a condition is False; others repeat statements until a...

View Article


VBScript Procedures

VBScript Procedures Kinds of Procedures In VBScript there are two kinds of procedures; the Sub procedure and the Function procedure. Sub Procedures A Sub procedure is a series of VBScript statements,...

View Article

VBScript Coding Conventions

VBScript Coding Conventions What Are Coding Conventions? Coding conventions are suggestions that may help you write code using Microsoft Visual Basic Scripting Edition. Coding conventions can include...

View Article

A Simple VBScript Page

A Simple VBScript Page With Microsoft® Internet Explorer, you can view the page produced by the following HTML code. If you click the button on the page, you see VBScript in action. <HTML>...

View Article


VBScript and Forms

VBScript and Forms Simple Validation You can use Visual Basic Scripting Edition to do much of the form processing that you’d usually have to do on a server. You can also do things that just can’t be...

View Article


Using VBScript with Objects

Using VBScript with Objects Using Objects Whether you use an ActiveX™ control (formerly called an OLE control) or a Java™ object, Microsoft Visual Basic Scripting Edition and Microsoft® Internet...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images