Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Learn VBScript in 24 Hours
Learn VBScript in 24 Hours
Learn VBScript in 24 Hours
Ebook85 pages40 minutes

Learn VBScript in 24 Hours

Rating: 0 out of 5 stars

()

Read preview

About this ebook

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

LanguageEnglish
PublisherPublishdrive
Release dateNov 12, 2021
Learn VBScript in 24 Hours

Read more from Alex Nordeen

Related to Learn VBScript in 24 Hours

Related ebooks

Internet & Web For You

View More

Related articles

Reviews for Learn VBScript in 24 Hours

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Learn VBScript in 24 Hours - Alex Nordeen

    Learn VBScript in 24 Hours

    By Alex Nordeen

    Copyright 2021 - All Rights Reserved – Alex Nordeen

    ALL RIGHTS RESERVED. No part of this publication may be reproduced or transmitted in any form whatsoever, electronic, or mechanical, including photocopying, recording, or by any informational storage or retrieval system without express written, dated and signed permission from the author.

    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

    Chapter 1: Introduction

    What is VBScript?

    VBScript is a client-side scripting language like JavaScript.

    VB Script stands for Visual Basic Script and it is a light version of Microsoft Visual Basic.

    The syntax of VBScript is very similar to that of Visual Basic.

    VBScript was developed by Microsoft with the intention of developing dynamic web pages.

    In other words, if you want your webpage to be more lively and interactive, then you can incorporate VBScript in your code.

    VBScript is just a scripting language.

    So, it cannot run its code on its own.

    It needs a bigger programming language to host it.

    Right now, there are 3 environments where VB Script can run.

    IIS (Internet Information Server) – Microsoft’s web server

    WSH (Windows Script Host)– The native hosting environment of the Windows OS

    IE (Internet Explorer)– The simplest hosting environment we can use to run VBScripts

    Disadvantage of VBScript

    The main disadvantage of VBScript is that most browsers except Internet Explorer will not process VBScript code.

    In other words, if your site has visitors who use a web browser other than Internet Explorer like Chrome, Firefox or Opera, then VBScript will not be useful.

    Moreover, VBScript will not run on computers that run on operating systems

    Enjoying the preview?
    Page 1 of 1