![]() |
<< Index >> |
FutureBasic |
static | statement | |
|
Normal variables are destroyed once the function has ended but static variables remain in memory for the life of the program.
Examples
sCounter++
As of FB 7.0.16, multiple static variables can be declared on the same line.
// ...
See also
begin globals; dim