Introduction
A variable is temporary storage space for numbers, text, and objects. Variables are constantly being created and destroyed and will not hold any values after your program has ended. If you want to save the values of variables or other data. Before allocating storage space for a variable, decide what the variable's lifetime will be, or in other words, which procedures and which modules should have access to the variable's value.
Access 2007 Bible - Google Book Search


LinkBack URL
About LinkBacks





Reply With Quote



Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum