Function: CHRINT Purpose: Converts an integer to a character string. The integer is left-adjusted encoded. Category: UTILITY File: chrint.c Author: K.G. Begeman Use: CHARACTER*(*) CHRINT( NUMBER ) Input INTEGER CHRINT Returns NUMBER as left-adjusted character string. NUMBER Integer which will be leftajusted encoded. If NUMBER is too large to fit in the declared size of CHRINT, the output will be filled with '*'s. Updates: May 23, 1989, KGB, Document created.