Lost POINT or BLOCK
If a POINT / BLOCK is present in your source code but is no longer defined in the template file, the POINT / BLOCK will be considered "LOST". When the application is rebuilt, the Status attribute for the missing POINT / BLOCK will be set to LOST.
Lost sections, with their complete content intact, are commented out and put at the end of the regenerated source file. For example:
{<BLOCK Name="myBlockName" Status="LOST">}
-- DEFINE i INT -- DEFINE s STRING
-- {<POINT Name="myPointName" Status="MODIFIED"> } LET s = "Hello World"
{</POINT>} -- LET i = 10 -- {<POINT Name="myPointName2">} {</POINT>}
{</BLOCK>}
Note:
The LOST status is not set on the POINT nested within the lost BLOCK, however the entire lost BLOCK is commented out including all nested POINT / BLOCK sections.