Is there a way in ADA to convert an Integer to character?
Ex:
[code]
TempInt := 1;
InGrid(RowIndex, ColumnIndex) := (ToCharacter(TempInt)); --This will be used to input a character value from an integer into an array of characters.
[code]
Is there any "ToCharacter" for Integer->Character conversion for ADA?
ADA95: Converting Integer to Character
Page 1 of 1|
|

New Topic/Question
Reply



MultiQuote


|