Static Statement

  1. Static variable

Used to declare variables and allocate storage space. These variables will retain their value through the program run

Related Topics:

Dim

Function

Sub

More:

Example - Static Statement