Learn VBScript in 24 Hours
Author | : Alex Nordeen |
Publisher | : Guru99 |
Total Pages | : 61 |
Release | : 2020-09-15 |
ISBN-10 | : |
ISBN-13 | : |
Rating | : 4/5 ( Downloads) |
Download or read book Learn VBScript in 24 Hours written by Alex Nordeen and published by Guru99. This book was released on 2020-09-15 with total page 61 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Table Of Content Chapter 1: Introduction 1. What is VBScript? 2. How to Create a Simple VBScript? 3. VBscript Example Chapter 2: Variables 1. Declaring Variables 2. Loose Binding 3. Variant Subtypes Chapter 3: Operators, Operator precedence & Constants 1. Operators 2. What is Operator Precedence? 3. Constants Chapter 4: Conditional Statements 1. If Then Statement 2. If Else Statement 3. If Elseif Statement 4. SELECT Case Statement Chapter 5: Loops 1. Why Loops Used in VBscript? 2. Do While Loop 3. Do Until Loop 4. While Loop 5. For-Next Loop 6. For-Step-Next Loop 7. For-Each-Next Loop Chapter 6: Procedures & Functions 1. VBScript Procedures 2. Sub Procedures 3. Function Procedures 4. ByRef and ByVal Parameters