Ada Programming/Attributes/'Extended Value
Description
editReturns the value of type T associated with Item as defined for the GET procedure in the TEXT_IO generic package appropriate for type T (e.g., TEXT_IO.INTEGER_IO(T) if T is an integer type). T may denote an integer, enumeration, floating point, or fixed point type.
- Item
- is the STRING for which you want the value.
Example
editT'EXTENDED_VALUE(Item)