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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9554fa8e8644e566,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-14 15:54:35 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!dispose.news.demon.net!demon!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada Subject: Converting Mod types to Character types... X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Mon, 14 May 2001 23:49:58 +0100 NNTP-Posting-Host: 62.252.145.69 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 989880556 62.252.145.69 (Mon, 14 May 2001 23:49:16 BST) NNTP-Posting-Date: Mon, 14 May 2001 23:49:16 BST Organization: ntlworld News Service Xref: archiver1.sj.google.com comp.lang.ada:7502 Date: 2001-05-14T23:49:58+01:00 List-Id: Hi, I've got my interface to Vx thing working but i want to display the contents of the information it retrieves. I've got Interfaces.C.Unsigned_Char types in an array and this maps to a Mod type in GNAT. I've tried allsorts of conversions between a single C.UC to character and unsigned conversions too. How do i convert between them? It's annoying since this is the only thing that's not working, everything else is. Thanks, Chris Campbell