Customizing the generated code / Customize with POINTs and BLOCKs |
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>}