global common

global common


screen Index Level named common
Syntax COMMON /id/variable|array{,variable|array...}
Category BASIC
Type Definition
Description named common, FlashBASIC variable space used to store variables and arrays in the 'id'entified area which is only initialized at logon.
Global common space is common for all levels of the same process (i.e., level pushes, executes, filetime bridges & indexes, etc.)
Variables and|or arrays can be used for communication between programs and subroutines providing inter-program communication.
Options
See Also COMMON named common
Example common /person/ name, company
Warnings
Compatibility D3 7.0 AP
screen Index Level named common