I can not find anything about overlapping of variables in PL7PRO. Overlapped variables are marked red in "Variables editor".
Are the overlapping variables defined somewhere, or is that made automatically?
So if you use any variable of
Code: Select all
%MB, %MW, %MD, %MF, %KB,...
Code: Select all
%MD10
Code: Select all
%MB10, %MB11, %MW10,...
In help file I just find following:
Overlapping is possible on the following variables:
Code: Select all
%MB, %MW, %MD, %MF, %KB, %KW, %KD, %MF.
Code: Select all
%MD1, %MF1, %MB2, %MB3.
the variables are used in the application program (Sections, subroutines, events),
the Options\Variables editor\Overlapping command has been selected before opening the variables editor. :roll: :roll: