From: invalid@invalid.invalid   
      
   "Grzegorz" schrieb im Newsbeitrag   
   news:MPG.1d21e46e86c38221989688@news.tpi.pl...   
   > thanks, You are great help, but during compilation occure errors as   
   > follow:   
   > 8 / 2 strings.pas Note: Ignored compiler switch $F   
   >   
   > 207 / 11 strings.pas Error: function header doesn't match the forward   
   > declaration CURSOR()   
   >   
   > 211 / 16 strings.pas Error: Identifier not found START   
   >   
   > 212 / 22 strings.pas Error: Operator is not overloaded   
   >   
   > 216 / 17 strings.pas Fatal: Syntax error, : expected but ; found   
   >   
   > it seems to by preety advanced editor, mouse, self made units, it's too   
   > advanced for me, and i don't know german at all ;P   
      
   procedure HilfText;   
    Begin   
    writeln('F1 Help');   
    writeln('Up, Down,');   
    writeln('Left, Right positioning');   
    writeln('Pos1 Top of the page positioning');   
    writeln('Page-up, Page-down Page positioning');   
    writeln('Strg-B Begin of file positioning');   
    writeln('Strg-E End of file positioning');   
    writeln('Tab HEX / ASCII positioning');   
    writeln('Strg-A Search ASCII');   
    writeln('Strg-H Search HEX');   
    writeln('Strg-V Search again forward');   
    writeln('Strg-R Search again backward');   
    writeln('END Program end');   
    End;   
      
   > but it surelly help :).   
   >   
   > greets   
   > g.s.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|