hi karinha,
CLICK need to "close" Intend so it need "Keyword" END
- Code: Select all Expand view
#xtranslate END FONT => //
#xtranslate END WINDOW => //
DEFINE FONT oFont NAME 'TAHOMA' SIZE 0, - 12
END FONT // add for CLICK
DEFINE WINDOW oWnd
// more DEFINE Control
// more END Control
END WINDOW // add for CLICK
ACTIVATE WINDOW oWnd CENTERED
those #xtranslate will do "nothing" for Compiler as it is "just" a Comment using //
but it will tell CLICK to "close" Intend
---
CLICK is "more" than only "Formatter"
CLICK can write a "Header" into each Function / Procedure where it "Called from"
so you got a Cross-Reference of all Function / Procedure in Source
CLICK will also create Structure of DBF which are used in Source
---
CLICK can NOT "analyze" Macro*** or Method of CLASS
*** CLICK can use SNAPCODE for Marco
under Construction : CLICK fail on
FOR EACH
TRY / CATCH