From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdcb3e662fe202a7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-23 16:48:56 PST Path: nntp.gmd.de!stern.fokus.gmd.de!gmdtub!cs.tu-berlin.de!fu-berlin.de!news.dfn.de!swiss.ans.net!howland.reston.ans.net!usc!nic-nac.CSU.net!clstcs!amlombardi From: amlombardi@vms4.sci.csupomona.edu Newsgroups: comp.lang.ada Subject: Using VAX Ada 83 -- PUT using SMG Message-ID: <1995Feb23.174856.1@clstcs> Date: 24 Feb 95 00:48:56 GMT Organization: College of Science Computational Systems NNTP-Posting-Host: vms7.sci.csupomona.edu Date: 1995-02-24T00:48:56+00:00 List-Id: I am trying to write a package that implements the PUT in TEXT_IO but with SMG.. Since the only way of putting to the screen using SMG is via STRING type I need to convert all values to string to print them... I used INTEGER'IMAGE(value) to convert the integer to string but I have no idea how to convert the float value.. please e-mail me with response... thanx alot in advance..