home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / HexDisplay.FPL.README < prev    next >
Encoding:
Text File  |  1994-11-18  |  828 b   |  30 lines

  1. ############################################
  2. File: HexDisplay.FPL
  3. Author: Kjell Ericson
  4. Email: FidoNet 2:201/328
  5. Short description: displays the current line with hexadecimal numbers
  6. Version: 1.0
  7. Date: 1.3.94
  8. Local settings:
  9. Global settings:
  10. Keysequence: "Amiga shift h"
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   The two lines below the current will display the contents of the current
  17. line in hexadecimal numbers (the lines below will *not* get changed by this
  18. operation, only change looks until the screen is refreshed). The most
  19. significant number is the uppermost.
  20.  
  21. EXAMPLE
  22.   Below is a line consisting of two words. On that line we press the magic
  23. key sequence, and below that we see the output of this program:
  24.  
  25. --------------
  26.   Example line
  27. 224766766266660
  28. 00581D0C50C9E5A
  29. --------------
  30.