home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / alerttec.zip / ALERTTEC.DOC < prev    next >
Text File  |  1990-09-18  |  2KB  |  57 lines

  1.  
  2.  
  3.                     ┌───────────────────────────────────────┐
  4.                     │    Total Electronics Company, Inc.    │█
  5.                     │     11 Church Street - PO Box 333     │█
  6.                     │      Pleasant Unity, Pa.   15676      │█
  7.                     │                                       │█
  8.                     │         (412) 423-8800 Voice          │█
  9.                     │         (412) 423-7777 Fax            │█
  10.                     │                                       │█
  11.                     └───────────────────────────────────────┘█
  12.                       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  13.  
  14.  
  15.  
  16.  
  17.                               ALERTTEC DEMO PROGRAM
  18.                               ═════════════════════
  19.                                (c) COPYRIGHT 1990
  20.                                Sam W. Jacobs, CET
  21.  
  22.  
  23.  
  24.  The AlertTec.Cla was designed as a simple example program to show Clarion
  25.  users the different ways in which you can use the ALERT() statement. This
  26.  Demo program uses all three forms of ALERT():
  27.  
  28.    Form 1:  Alert(keycode) .................... Alerts one keycode at a time.
  29.  
  30.    Form 2:  Alert(low keycode,high keycode) ... Alerts a set of keycodes all
  31.                                                 at once.
  32.  
  33.    Form 3:  Alert ............................. Clears ALL keycodes that
  34.                                                 that were set previously.
  35.  
  36.  
  37.  To use this Demo, Enter the Compiler ( Clarion Main Menu or press F7 ),
  38.  type in AlertTec.Cla,  and press CTRL-ENTER.   If you pressed F7,   the
  39.  program will run automatically for you.   If you selected the  Compiler
  40.  from the Clarion Main Menu, Select the Processor now and press ENTER to
  41.  run.  If you have any problems, leave me a message on the CTJ-BBS,  the
  42.  Clarion BBS, or refer to the CLR Manual 2.105 - Page 7-8.
  43.  
  44.  
  45.  
  46.                                  FILES INCLUDED
  47.  
  48.                        ALERTTEC.CLA - Program Source File
  49.                        ALERTTEC.DOC - This File
  50.                        ALERTTEC.HLP - Help File for AlertTec.Pro *
  51.  
  52.  
  53.  
  54.  * Note:  To save space, AlertTec.Pro is not included in this zip file.  By
  55.           following the instructions above, Compiling the .CLA file will
  56.           produce the .PRO file.
  57.