Static Variables

Team-Fly    

 
Visual Basic .NET Unleashed
By Paul Kimmel
Table of Contents
Chapter 3.  Basic Programming in Visual Basic .NET

Static Variables

The Static keyword is used to indicate that a variable will maintain its value between successive calls to a procedure. VB6 supported making all procedure variables static by adding the Static keyword to the procedure header. Visual Basic .NET does not support procedure-header use of Static.


Team-Fly    
Top
 


Visual BasicR. NET Unleashed
Visual BasicR. NET Unleashed
ISBN: N/A
EAN: N/A
Year: 2001
Pages: 222

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net