The table below lists the BASIC scripting keywords and their definitions.
|
Keyword Name |
Description |
|
Friend |
Group: Declaration Description: Friend Functions, Properties and Subs in a module are available in all other macros/modules that access it. Friends are not accessible via Object variables. |
|
Private |
Group: Declaration Description: Private Consts, Declares, Functions, Properties, Subs and Types are only available in the current macro/module. |
|
Public |
Group: Declaration Description: Public Consts, Declares, Functions, Properties, Subs and Types in a module are available in all other macros/modules that access it. |