Variable Types - Strings
variable types - strings
variable, types, strings
Variable Types - Strings
Post Description: variable types - strings
POST# 1387
Posted On: Fri May 23, 2008 6:41 pm
Webune
Topic: Variable Types - Strings
string variables are variables that represent a string of text. the string may contain letters, words, spaces, numbers, symbols or most anything you like. strings are defines in a slightly different way than numbers, using this syntax:

var variablename = "stringtext";

here are some more examples that will help you understand more about strings in variables

var mycar = "300zx";
var oldcar = "big brown station wagon";
var mycomputer = "pentium 5 xp, 8000 mHz, 8GB RAM";
var anything = "what? cool! I am @ home 4 now. (nice, right?)";


No Repies
(0) Comments for Variable Types - Strings

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. How To Represent Times To The Power Of
  2. Variable Types - Strings