home *** CD-ROM | disk | FTP | other *** search
- (*****************************************************************************)
- (* Unit Value: Numerical Type Conversion Functions DOCUMENTATION *)
- (* *)
- (* Copyright 1988, Escape Technologies *)
- (*****************************************************************************)
-
- Unit Value;
-
- Interface
-
- Function LongVal(Ascii:String):LongInt; { String to LongInt }
- Function IntVal(Ascii:String):Integer; { String to Integer }
- Function WordVal(Ascii:String):Word; { String to Word }
- Function RealVal(St:String):Real; { String to Real }
- Function HexStr(I:Integer):String; { Decimal to Hex }