Subject | English | Arabic |
comp., MS | module level | مستوى الوحدة النمطية (Describes any variable or constant declared in the Declarations section of a module or outside a procedure. Variables or constants declared at the module level are available to all procedures in a module) |
comp., MS | module-level variable | متغير على مستوى الوحدة النمطية (A variable that's declared in the Declarations section of a module by using the Private keyword. These variables are available to all procedures in the module) |