home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.pascal.borland      Borland Pascal was actually pretty neat      2,978 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 1,549 of 2,978   
   Heinrich Wolf to All   
   Re: how to make a 'beep sound' from the    
   01 May 05 17:15:34   
   
   From: invalid@invalid.invalid   
      
   from C language, user defined ascii.h:   
      
   #define A_NUL    0   
   #define A_SOH    1   
   #define A_STX    2   
   #define A_ETX    3   
   #define A_EOT    4   
   #define A_ENQ    5   
   #define A_ACK    6   
   #define A_BEL    7 /* Sound */   
   #define A_BS     8 /* Backspace */   
   #define A_HT     9 /* Horizontal Tabulator */   
   #define A_LF  0x0A   
   #define A_VT  0x0B   
   #define A_FF  0x0C   
   #define A_CR  0x0D   
   #define A_SO  0x0E   
   #define A_SI  0x0F   
   #define A_DLE 0x10   
   #define A_DC1 0x11   
   #define A_XON 0x11   
   #define A_DC2 0x12   
   #define A_DC3 0x13   
   #define A_XOF 0x13   
   #define A_DC4 0x14   
   #define A_NAK 0x15   
   #define A_SYN 0x16   
   #define A_ETB 0x17   
   #define A_CAN 0x18   
   #define A_EM  0x19   
   #define A_SUB 0x1A   
   #define A_ESC 0x1B   
   #define A_FS  0x1C   
   #define A_GS  0x1D   
   #define A_RS  0x1E   
   #define A_US  0x1F   
   #define A_SP  0x20   
   #define A_DEL 0x7F   
      
   "Markus Humm"  schrieb im Newsbeitrag   
   news:4274de1b$0$25033$9b622d9e@news.freenet.de...   
      
   ...   
      
   > That is plain wrong, because it's ASCII 7 doing this. ASCII 8 is the   
   > tabulator or backspace key (I always mix them up).   
      
   ...   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca