CHR_PUTL

Put a LOGICAL value into a string at a given position

Description:

The LOGICAL value is encoded into ’T’ or ’F’ which is then copied into the given string beginning at position IPOSN+1. IPOSN is is returned updated to indicate the end position of the encoded logical value within STRING.

Invocation

CALL CHR_PUTL( LVALUE, STRING, IPOSN )

Arguments

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