VMS Help
RTL Routines, OTS$, OTS$CVT_L_TL

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

    The Convert Integer to Logical Text routine converts an integer
    to an ASCII text string representation using Fortran L (logical)
    format.

    Format

      OTS$CVT_L_TL  longword-integer-value

                    ,fixed-length-resultant-string

  1 - Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

  2 - Arguments

 longword-integer-value

    OpenVMS usage:longword_signed
    type:         longword (signed)
    access:       read only
    mechanism:    by reference

    Value that OTS$CVT_L_TL converts to an ASCII text string. The
    longword-integer-value argument is the address of a signed
    longword containing this integer value.

 fixed-length-resultant-string

    OpenVMS usage:char_string
    type:         character string
    access:       write only
    mechanism:    by descriptor, fixed length

    Output string that OTS$CVT_L_TL creates when it converts
    the integer value to an ASCII text string. The fixed-length-
    resultant-string argument is the address of a descriptor pointing
    to this ASCII text string.

    The output string is assumed to be of fixed length (CLASS_S
    descriptor).

    If bit 0 of longword-integer-value is set, OTS$CVT_L_TL stores
    the character T in the rightmost character of fixed-length-
    resultant-string. If bit 0 is clear, it stores the character
    F. In either case, it fills the remaining characters of fixed-
    length-resultant-string with blanks.
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.