
Next:
CHR_LCASE
-
Convert a string to lowercase
Up: Routine Descriptions
Previous:
CHR_ITOH
-
Write a hexadecimal string from an INTEGER value
CHR_ITOO
-
Write an octal string from an INTEGER value
- Description:
-
Encode an INTEGER value into an octal string using the host
machine's character set. The result is right-justified in the
returned string. In the event of an error, '
's are written to
the string.
- Invocation:
-
CALL CHR_ITOO( IVALUE, STRING, STATUS )
- Arguments:
-
-
IVALUE = INTEGER (Given)
-
Value to be encoded.
-
STRING = CHARACTER
(
) (Returned)
-
Octal string encoded from the given value.
- Notes:
-
This subroutine assumes a 32-bit, twos complement representation
of an INTEGER.

Next:
CHR_LCASE
-
Convert a string to lowercase
Up: Routine Descriptions
Previous:
CHR_ITOH
-
Write a hexadecimal string from an INTEGER value
CHR Character Handling Routines
Starlink User Note 40
A C Charles
P C T Rees
A J Chipperfield
2 August 1995
E-mail:ussc@star.rl.ac.uk