Menu

BEGIN/END clauses within functions

Help
2005-01-17
2012-07-18
  • Nobody/Anonymous

    Simple test program:

    procedure TForm1.Check;
    begin
    /// Check value for i.
    IF i > 100 THEN
    BEGIN
    beep;
    /// Zero
    i := 0;
    END;

    /// Check j
    IF j > 100 THEN
    /// Zero
    j := 0;
    end;

    All commentas are extracted except for
    Check j
    Zero.

    Everything before END is ok...

    This is tested for FileVersion = [0.10.0.223]

    How can I make comments after END display???

     
    • TridenT

      TridenT - 2005-01-21

      Fixed in v0.11beta
      You can now download it and test, ok for me.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.