bob wrote: > my problem is: we are supposed to use array A and B as type > characters. > you cant add two characters and you cant typecast them to integers, so > how > do u get the result of the sums into Z? You can't typecast them, but you can use Ada attributes. I don't have an Ada book handy, but look for integer attributes that take characters. Tony