home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / ks94an.arj / NEON.HDR < prev    next >
Text File  |  1994-04-24  |  981b  |  37 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Neon( nRow, nCol, cMsg ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. nRow : Row and col of screen
  12. nCol : "                   "
  13. cMsg : Text to display
  14.  
  15. SHORT:
  16.  
  17. A truly brainless wonder!
  18.  
  19. DESCRIPTION:
  20.  
  21. _Neon() takes the cMsg character string and displays it in a really
  22. nifty "teletype" type way. Neato! A little "blip" at each character: like
  23. the great special effects you see on such high-quality shows as Dr. Who!
  24.  
  25. "Intruder Alert!"  (I gotta go!)
  26.  
  27. NOTE:
  28.  
  29. If you like this, you are strange.  If you actually USE it in an application,
  30. I suggest you seek professional help quick!  Personally, I've done both!
  31.  
  32. EXAMPLE:
  33.  
  34. _Neon(24,0,'Intruder Alert! - Intruder Alert!')
  35.  
  36. ******************************************************************************/
  37.