Re: New to Ada, noticing something strange.



Sorry, well I only gave the relvent portion of the code and I meant I
took the whitespace out of this part so it is very compressed but I
wanted it to be easy to read in the post. I also changed the name of
the function from Convert2Character to C2C to save space. All of the
other variables are declared and there, I just didnt include them. You
can assume all variables are assigned and exist. As for indexing the
string by 1, assume it is always of length 1 (i have a function that
make sure of it) - i know i can use a chracter but I left it like this
for now.

I am using the GNAT compilier, I do not know what version. It is on my
schools server (NYU).

.