1 thought on “steel jewelry wholesale florida What does the statement in VB mean?”
Brandon
wholesale religious jewelry china The role of variables
local (local): variables defined in the process can only be seen in the process of declaration. Module/form (mole/form): Variables declared in the module or window level, can be seen in all processes in the module or window of the statement. M public (Public): Variables in module or window -level statement can be seen in any process of all items. static keywords The ordinary local variables will be released after the process is over, and the newly initialization is 0 at the next execution process. The local variables declared by Static are not released after the process is over, and the value of the variable is still retained. For example: sub p () static I as integer I = i 1 msgbox "a ="
wholesale religious jewelry china The role of variables
local (local): variables defined in the process can only be seen in the process of declaration.
Module/form (mole/form): Variables declared in the module or window level, can be seen in all processes in the module or window of the statement.
M public (Public): Variables in module or window -level statement can be seen in any process of all items.
static keywords
The ordinary local variables will be released after the process is over, and the newly initialization is 0 at the next execution process. The local variables declared by Static are not released after the process is over, and the value of the variable is still retained. For example: sub p ()
static I as integer I = i 1
msgbox "a ="