What is a Variable? One or more characters preceded by an “&” which, when executed, will be replaced by a saved character string. Example: &date.

Slides:



Advertisements
Similar presentations
JavaScript FaaDoOEngineers.com FaaDoOEngineers.com.
Advertisements

EGR 106 – Week 2 – Arrays Definition, size, and terminology Construction methods Addressing and sub-arrays Some useful functions for arrays Character arrays.
XP New Perspectives on Microsoft Office Word 2003 Tutorial 1 1 Microsoft Office Word 2003 Tutorial 1 – Creating a Document.
Variables and I/O. Types Strings –Enclosed in quotation marks –“Hello, World!” Integers –4, 3, 5, 65 Floats –4.5, 0.7 What about “56”?
XP 1 Microsoft Office Word 2003 Tutorial 1 – Creating a Document.
 2004 Prentice Hall, Inc. All rights reserved. Chapter 25 – Perl and CGI (Common Gateway Interface) Outline 25.1 Introduction 25.2 Perl 25.3 String Processing.
Form Handling, Validation and Functions. Form Handling Forms are a graphical user interfaces (GUIs) that enables the interaction between users and servers.
Introduction to MATLAB ENGR 1187 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
Chapter Seven Advanced Shell Programming. 2 Lesson A Developing a Fully Featured Program.
CS346 - Javascript 1, 21 Module 1 Introduction to JavaScript CS346.
Microsoft Office Word 2003 Tutorial 1 Creating a Document.
AESuniversity Creating Question Sets. Question Sets What are Question Sets? Where can Questions Sets be used? How do you create a new Question Set?
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 2 Input, Processing, and Output.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 27 - Phone Book Application Introducing Multimedia.
TUTORIAL 10: PROGRAMMING WITH JAVASCRIPT Session 2: What is JavaScript?
Done by: Hanadi Muhsen1 Tutorial 1.  Learn the history of JavaScript  Create a script element  Write text to a Web page with JavaScript  Understand.
Productivity Programs Common Features and Commands.
Copyright © 2003 Pearson Education, Inc. Slide 6a-1 The Web Wizard’s Guide to PHP by David Lash.
Chapter 1 – Matlab Overview EGR1302. Desktop Command window Current Directory window Command History window Tabs to toggle between Current Directory &
1 Lecture 1 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
1 Project 3 String Methods. Project 3: String Methods Write a program to do the following string manipulations: Prompt the user to enter a phrase and.
Microsoft Word Terms.
Understanding Word Vocabulary
Setting up your database And codebook. What is a codebook? It is a description of all your variables How they were created How they are scored Includes.
2440: 141 Web Site Administration Web Forms Instructor: Joseph Nattey.
Regular Expressions.
5 Days Left… Wednesday, June 7th
Engr 6: Matlab Programming
Comprehensive Continuous Improvement Plan (CCIP)
HTML.
Tutorial 1 – Creating a Document
Introduction to GIS PythonScript CGIS-NURIntroduction to ArcGIS II.
CSE 103 Day 20 Jo is out today; I’m Carl
Prepared by: Eng. Maryam Adel Abdel-Hady
Local Address Update All international scholars must enter their local Houston address in ESTHER ( within 10 days of their start.
Lesson 16 Enhancing Documents
11 October Building a Web Site.
SUMMER TRAMPOLINE CLASSES MEADOWLANDS GYMNASTICS
ADDRESS.
Microsoft Official Academic Course, Microsoft Word 2013
– Officiating Management Software
Basic operations in Matlab
Chapter 7: Introduction to CLIPS
How to… Use Crontab for SFX
Data Types and Field Properties
JavaScript Forms Adding User Input.
Intro to PHP & Variables
Microsoft Visual Basic 2005 BASICS
Planning with PDAs Copyright 2006 South-Western/Thomson Learning.
קורס פיננסי – מושגים פיננסיים / כלכליים
Introduction to CS Your First C Programs
Module 2: Understanding C# Language Fundamentals
SUMMER TRAMPOLINE CLASSES MEADOWLANDS GYMNASTICS
Microsoft Visual Basic 2005 BASICS
Signature: Microsoft Word 2003
Lessons Vocabulary Access 2016.
Data Types and Field Properties
MY FUNDAY.
Data Types and Field Properties
Basics.
HTML: Pages and Tools.
Tutorial 10: Programming with javascript
Using Script Files and Managing Data
Data Types and Field Properties
Welcome to WebAssign! 1st Day of Class Fall 2008 August 7, 2008.
Data Types and Field Properties
HTML Forms What are clients? What are servers?
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

What is a Variable? One or more characters preceded by an “&” which, when executed, will be replaced by a saved character string. Example: &date

Kinds of Variables Predefined &date, &tod User-defined &name

Predefined Variables &date January 1, 2000 &day Monday &month August &year 2001 &time 2:30 pm &tod morning Say Good &tod, it is &time on &day, &date.

Predefined Variables &e Emphasize &w Whisper &m Monotone &n Normal &ca Address context &ce E-mail context &r Reset speech tags say My zip is &ca 80401-1118. My phone # is 303/278-2244 Say Variables are &e way cool.

Predefined Variables &Response Speech Recognition Contains user’s response to your last Listen or ListenFor command

User-defined Variables Form on Tools menu Assign in Script

Script Command: Set Format: Examples: Set &varname=string Set &name=Tom Set &place=Orlando Set &greet=Good &tod, &name.

Rules for Variable Names Always begin with “&” Alphanumeric characters Case-sensitive No spaces No symbols except “_” (shift hyphen)

Variable Form

Variable Form