Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/chrint.dc2
Дата изменения: Thu Jan 23 17:11:04 1992
Дата индексирования: Fri Jan 16 01:14:28 2009
Кодировка:

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.