Re: New to Ada, noticing something strange.



Well I want to thank you all for your help (sorry for not mentioning if
was for a school assignment). It seems my problem was the padding that
would result from calling Interger'Image (thanks Georg).

The version of my program I posted was an older one (I have made
improvements on a different version that many of you mentioned but
didnt have that source with me).

The idea for the defining all elements in the array was a useful one
too (thanks Jeff) I was not sure how to do, becuase it would not let me
use 'others' in my procedure I had used to generate the array. once i
generated it inline i was able to use the others keyword.

Thanks again.

.