home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / e / realval.readme < prev    next >
Text File  |  1996-01-05  |  1KB  |  34 lines

  1. Short:    Best StringToReal as EModule with Source
  2. Author:   subvcbhd@w271zrz.zrz.tu-berlin.de (Henk Jonas)
  3. Uploader: subvcbhd@w271zrz.zrz.tu-berlin.de
  4. Type:     dev/e
  5.  
  6. Requirement:  - any Amiga
  7.               - OS 2.0+
  8.               - The E Compiler V3.0+
  9.  
  10. What is it?
  11.   Cause the original 'RealVal' gives wrong values if your number too long
  12.   and it dont support xxxEyy as xxx*10^yy. This thing fix it!
  13.   Syntax are:
  14.                    n:=realval(s,{x})
  15.   With n the number of parsed characters from start of the string or 0 if
  16.   not float value are founded, s the string and x the float.
  17.   ATTENTION: realval DONT skip leading spaces or tabs, in this case you
  18.   must use n:=realval(TrimStr(s),{x}) to fix this.
  19.  
  20. Copyright:
  21.   This Software is free to use. I give you all rights to do with this what you want.
  22.   
  23.  
  24.  
  25. ============================= Archive contents =============================
  26.  
  27. Original  Packed Ratio    Date     Time    Name
  28. -------- ------- ----- --------- --------  -------------
  29.      714     436 38.9% 06-Dec-95 01:20:48  REALVAL.REA
  30.     1150     495 56.9% 06-Dec-95 01:34:56  realval.e
  31.      898     447 50.2% 06-Dec-95 01:34:56  realval.m
  32. -------- ------- ----- --------- --------
  33.     2762    1378 50.1% 08-Dec-95 16:11:22   3 files
  34.