KPG1_ASPTP

Puts a formatted AST position into a string

Description:

This routine puts a formatted position into a text string starting at a specified index within the string. Axis symbols may optionally be included. The axis values are separated by a specified string.

Invocation

CALL KPG1_ASPTP( FRAME, NAX, POS, SYMBLS, SEP, TEXT, IAT, STATUS )

Arguments

FRAME = INTEGER (Given)
The Frame in which the position is defined.
NAX = INTEGER (Given)
The number of axes in the Frame.
POS( NAX ) = DOUBLE PRECISION (Given)
The position to format.
SYMBLS = LOGICAL (Given)
Are axis symbols to be included? If so, each axis value is formatted with a " symbol=value" string.
SEP = CHARACTER ( ) (Given)
The separator for axis values. Trailing spaces are significant.
TEXT = CHARACTER ( ) (Given and Returned)
The text to hold the formatted values.
IAT = INTEGER (Given and Returned)
On entry, the index of the last character before the point at which the text is to be placed. On exit, the index of the last character written by this routine.
STATUS = INTEGER (Given and Returned)
The global status.