home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d782 / valcon.lha / ValCon / ValCon.doc < prev    next >
Text File  |  1992-12-23  |  5KB  |  129 lines

  1.  
  2.                   __
  3.                  / ////
  4.           __    ///
  5.           \ \  ///        < < <<<  ValCon v1.10  >>> > >
  6.            \ \///
  7.             \__////       USER MANUAL - Release : 12-Nov-92
  8.  
  9.                   Copyright ©1992 Chris P. Vandierendonck, [AmiSYS].
  10.  
  11.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12.  
  13.        Copyright Notice
  14.        ~~~~~~~~~~~~~~~~
  15.          ValCon is released  as  FREEWARE, not excluding the copyright and
  16.          all  other  rights,  which  remain  with  the  author  Chris   P.
  17.          Vandierendonck. Permission is granted to freely  distribute  this
  18.          program and related files for non-commercial purposes only.  When
  19.          distributed, all files must be kept together, in  their  original
  20.          unmodified form.
  21.  
  22.          Prior written permission from  the  author  is  required  to  use
  23.          ValCon in commercial releases, on coverdisks or diskmagazines.  
  24.  
  25.          (AmigaDOS is a trademark of Commodore Amiga Inc.)
  26.  
  27.        Disclaimer
  28.        ~~~~~~~~~~
  29.          ValCon  is provided "AS IS", WITHOUT ANY WARRANTY to its quality,
  30.          performance or fitness for a  particular  purpose.  In  no  event
  31.          shall the author be liable or responsible  to  the  user  or  any
  32.          other person, for any kind of damage caused by the  use  of  this
  33.          software.
  34.  
  35.          Suggestions, remarks and bug reports about this  program  can  be
  36.          send to the following address :
  37.  
  38.               Chris Vandierendonck
  39.               Koning Albertstraat 188
  40.             B-8210   VELDEGEM
  41.               BELGIUM
  42.  
  43.        Preface
  44.        ~~~~~~~
  45.          ValCon is a program to convert a value from one number system  to
  46.          another. The following number systems are supported :
  47.  
  48.             - decimal
  49.             - hexadecimal
  50.             - binary
  51.             - octal   
  52.  
  53.          ValCon is reentrant, so it can be made resident.
  54.  
  55.        System Requirements
  56.        ~~~~~~~~~~~~~~~~~~~
  57.          ValCon requires AmigaDOS v1.2 or higher.  
  58.  
  59.        Program Usage  (Shell/CLI only)
  60.        ~~~~~~~~~~~~~
  61.         FORMAT : <[|H|B|O]value>  [DEC]   [HEX]   [BIN]   [OCT]   [RETURN]
  62.  
  63.  
  64.                                          ValCon v1.10 User Manual - Page 1
  65.  
  66.                  [VERSION]
  67.  
  68.        o ValCon arguments :
  69.  
  70.          ("?" gets the program format.)
  71.          
  72.          <[|H|B|O]value> : the value to convert can be given  in  all  the
  73.                            supported number systems. To indicate in  which
  74.                            number system the value is given, you  have  to
  75.                            preceed the  value  by  one  of  the  following
  76.                            identifiers : - '', 'd' or 'D' : decimal;
  77.                                          - 'h' or 'H' : hexadecimal;
  78.                                          - 'b' or 'B' : binary;
  79.                                          - 'o' or 'O' : octal.
  80.  
  81.                              | E.g. 'ValCon hA100' results in :
  82.                              | Hex: A100
  83.                              | -> Dec: 41216
  84.                              | -> Bin: 1010000100000000
  85.                              | -> Oct: 120400
  86.  
  87.          NOTE  :  by  default,  ValCon will convert the value in the other
  88.                  three number systems, unless you use the  following  four
  89.                  options.
  90.  
  91.          [DEC]           : give the value as a decimal value.
  92.  
  93.          [HEX]           : give the value as a hexadecimal value.
  94.  
  95.          [BIN]           : give the value as a binary value.
  96.  
  97.          [OCT]           : give the value as an octal value.
  98.  
  99.          [RETURN]        : output the converted value, as a single  value.
  100.                            E.g. 'Valcon 250 HEX RETURN' will  output  only
  101.                            'FA'.
  102.  
  103.          [VERSION]       : print the program's copyright and version.
  104.  
  105.  
  106.  
  107.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108.         Program antecedents
  109.         ~~~~~~~~~~~~~~~~~~~
  110.          VERS RELEASED  RC COMMENT
  111.          ==== ========= == =============================================
  112.          1.00 20-Feb-92 PU First release.
  113.          1.01 29-Mar-92 PU Minor code changes.
  114.          1.10 12-Nov-92 FW Internal code changes, resulting  in  a  much
  115.                            shorter program.
  116.                            Added the [RETURN] option.
  117.  
  118.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119.         ValCon v1.10, Copyright ©1992 Chris P.Vandierendonck [AmiSYS], 
  120.                          All Rights Reserved.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                                          ValCon v1.10 User Manual - Page 2
  129.