Tagged: Vbscript variables
VBScript Tutorial 3: (VBScript Variables Part-2, Constants, VBScript Operators, Conditional Statements Part-1) iii) Variables 1) What is Variable? 2) Declaration of variables 3) Implicit and Explicit variables. 4) Assigning Values to Variables 5) Purpose...
VBScript Tutorial 2 (Comments, Data Types and Variables Part-1) i) VBScript Comments Comments are English words; we use comments for Code documentation. Purpose: To make the code readable To make the code disable from...
UFT Class 23 (VBScript variables, Operators-1) III) VBScript Variables 1) What is Variable? A named memory location to store the data. Two types of Memory in Computer Environment: i) Primary Memory – RAM ii)...
UFT Class 22 (VBScript Comments, Data Types) I) Comments in VBScript Comments are English words, we write comments for Code documentation. > Purpose of Comments: To make the code readable To make the code...
VBScript Variables Questions 1) What is Variable? Variable is a named memory location to store data 2) Where variables store, in Primary Memory (RAM) or in Secondary Memory (HDD /CD-Rom etc..)? Variables store...