comp.lang.ada
 help / color / mirror / Atom feed
From: "M. Kotiaho" <mark.kotiaho.nospam@nospam.lmco.com>
Subject: Re: type conversion question
Date: 2000/08/17
Date: 2000-08-17T00:00:00+00:00	[thread overview]
Message-ID: <399C2FC6.1D8558F1@nospam.lmco.com> (raw)
In-Reply-To: 399AF3F8.A5596932@tridsys.com



Raju Vemulamanda wrote:

> ...
> what I am attempting to do is....
>
>      Text_Io.Put_Line(Vmf_File2, String'Value(new_fieldvalue));
>

What you want is:
 Text_Io.Put_Line(Vmf_File2, Integer_32'Image(new_fieldvalue));

>

                    vvvvvvv
>> val1 : Jvmfr3_Field_Types.Size_Type := 10;
                    ^^^^^^
Aaaaaaaah!!!  Joint Variable Message Format (rev 3)!!!
Sorry about that, it is just surprising (to me) to see Ada code that I
have dealt with before...
speaking of which, how common of an occurrence is that -- to see Ada
code with which you are
familiar somewhere else?

Regards,
MK






      parent reply	other threads:[~2000-08-17  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <399AF3F8.A5596932@tridsys.com>
2000-08-16  0:00 ` type conversion question David C. Hoos, Sr.
2000-08-17  0:00 ` M. Kotiaho [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox