home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / table111.zip / Table.inf (.txt) < prev    next >
OS/2 Help File  |  2000-01-01  |  4KB  |  65 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Manual ΓòÉΓòÉΓòÉ
  3.  
  4. Table is combination of an ASCII character code chart and a tool to convert and 
  5. display binary, decimal, hexadecimal and ascii representations of a string. 
  6.  
  7. How to use Table 
  8.  
  9. Run TableWPS.cmd Rexx script to create program object on Desktop. Start 
  10. executable (Table.exe). If you want to copy system clipboard contents to entry 
  11. field, run Table with parameter 1 (Table.exe 1). 
  12.  
  13. To copy single character to Clipboard, select it in the list on the left side 
  14. and double-click 1st mouse button or press Enter. 
  15.  
  16. To convert string: 
  17.  
  18.    1. Select source format (select radio button: BIN, DEC, HEX or ASCII). 
  19.  
  20.    2. Enter string you want to convert, or paste it from Clipboard (press Paste 
  21.       button). When you enter string in BIN, DEC or HEX format, there MUST be 
  22.       space between character representations. 
  23.  
  24.    3. Press Convert button. In Result window you can see  binary, decimal, 
  25.       hexadecimal and ascii representations of a string. 
  26.       NULL byte ['00'x] is displayed as BLANK ['FF'x] in ASCII format. 
  27.  
  28.    4. You can copy result to Clipboard if you press button on the right side, 
  29.       or save result to file: table.txt. 
  30.       If you want to save result to file you can select file name, line length, 
  31.       display (or not) spaces between characters in  binary, decimal and 
  32.       hexadecimal representations of a string, representations of a string to 
  33.       display (binary, decimal, hexadecimal and/or ascii). 
  34.  
  35.  If you have two prepared system code pages you can switch between them and 
  36.  convert and display string. Read more about code pages. 
  37.  
  38.  Note:  Source code for Table is included - to modify source, you need 
  39.         DrDialog, a visual programming environment for REXX.
  40.  
  41.  
  42. ΓòÉΓòÉΓòÉ 2. Copyright and license ΓòÉΓòÉΓòÉ
  43.  
  44.  Author         Goran Ivankovic 
  45.  Address        Ulica Josipa Poduje 8 
  46.                 HR-52100 Pula 
  47.                 Croatia 
  48.  email          duga1@pu.tel.hr 
  49.  Home page      http://Goran_Ivankovic.tripod.com/ 
  50.  
  51.  This program is provided free under the terms of the GPL. You can use it, 
  52.  modify it and distribute it. If you modify or distribute it the new source 
  53.  must accompany the distribution. I would appreciate a copy of any changes. 
  54.  You may not distribute Table 1.11 in any way which leads to your making a 
  55.  profit from it. 
  56.  
  57.  The author makes no representations about the accuracy or suitability of this 
  58.  material for any purpose. It is provided "as is", without any express or 
  59.  implied warranties. The author will assume no liability for damages either 
  60.  from the direct use of this product or as a consequence of the use of this 
  61.  product. 
  62.  
  63.      OS/2 is Trademark of International Bussines Machines Corporation 
  64.      DrDialog is Copyright of International Bussines Machines Corporation 
  65.