Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/dcdchar.dc2
Дата изменения: Fri Jun 22 10:51:13 2001
Дата индексирования: Fri Jan 16 18:17:33 2009
Кодировка:

Поисковые слова: http astrokuban.info astrokuban

Function: DCDCHAR

Purpose: Decodes a string of characters into character strings.

Category: UTILITY, USER-INTERFACE

File: herinp.c

Author: K.G. Begeman

Use: INTEGER DCDCHAR( EXPR, Input CHARACTER*(*)
OUTV, Output CHARACTER*(*) ARRAY
NOUT, Input INTEGER
IERH ) Output INTEGER

DCDCHAR Returns number of character strings actually
decoded.
EXPR Character string containing the expressions to
be evaluated.
OUTV Array of character strings containing the
decoded values.
NOUT Dimension of OUTV.
IERH Error return code. A list of error is given
in HERINP.DC2.

Notes: 1. The syntax of the input for this routine is described
in document INPUT.DC2

Updates: Oct 13, 1988: KGB, Document created.