Processing math: 100%

CHR_PUTD

Put a DOUBLE PRECISION value into a string at a given position

Description:

The DOUBLE PRECISION value is encoded into a concise string which is then copied into the given string beginning at position IPOSN+1. IPOSN is returned updated to indicate the end position of the encoded number within STRING. This is a combination of CHR_DTOC and CHR_PUTC.

Invocation

CALL CHR_PUTD( DVALUE, STRING, IPOSN )

Arguments

DVALUE = DOUBLE PRECISION (Given)
The value to be encoded into the string.
STRING = CHARACTER ( ) (Given and Returned)
The string into which DVALUE is to be copied.
IPOSN = INTEGER (Given and Returned)
The position pointer within STRING.