Learn VBScript in 24 Hours - Alex Nordeen

Learn VBScript in 24 Hours

By Alex Nordeen

  • Release Date: 2021-11-12
  • Genre: Internet

Description

This book is a step by step beginners guide to learning VBScript programming. The book uses tons of charts, graphs, images and code to aid your VBScript learning.

The book gives a detailed introduction to VBScript technology. It proceeds to teach variables, operators. Later provides detailed explanation of Conditional Statements, Loops, Procedures, and Functions.

The book will teach you enough to get started with VBScript

Here is what is included

Download Today Free to Read for Kindle Unlimited Subscribers!

Table Of Content

Chapter 1: Introduction

What is VBScript?

How to Create a Simple VBScript?

VBscript Example

Chapter 2: Variables

Declaring Variables

Loose Binding

Variant Subtypes

Chapter 3: Operators, Operator precedence & Constants

Operators

What is Operator Precedence?

Constants

Chapter 4: Conditional Statements

If Then Statement

If Else Statement

If Elseif Statement

SELECT Case Statement

Chapter 5: Loops

Why Loops Used in VBscript?

Do While Loop

Do Until Loop

While Loop

For-Next Loop

For-Step-Next Loop

For-Each-Next Loop

Chapter 6: Procedures & Functions

VBScript Procedures

Sub Procedures

Function Procedures

ByRef and ByVal Parameters

Comments