View Single Post
  #1 (permalink)  
Old 05-15-2008, 03:54 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Manipulating in array

Hi,
Arrays in JavaScript are extremely useful for storing and manipulating information you have coded directly into the script, or information collected from the browser.

The array is one of a number of objects built directly into JavaScript. Think of them simply as variables containing multiple values. They can hold string or numerical values, have no maximum boundaries (although the speed at which your scripts are interpreted will decrease as the amount of data increases) and are comma delimited. They have no persistence, meaning that their values are not held once the page containing the script has closed or reloaded.
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote
Sponsored Links