!editorial comment 106 !topic Return of Wide_String vice Program_Text !reference ASIS 95-15.3 !from Steve Blake 98-04-28 ------------------------------------------------------------------------------ -- Section 15.3 function Position_Number_Image ------------------------------------------------------------------------------ function Position_Number_Image (Defining_Name : in Asis.Defining_Name) return Program_Text; The return type should be changed to Wide_String from Program_Text because this function provides the image of internal values and not of any value appearing in the program text. !resolution Accept. Correction made.