GNU Info

Info Node: (g77-295.info)LLt Intrinsic

(g77-295.info)LLt Intrinsic


Next: LnBlnk Intrinsic Prev: LLe Intrinsic Up: Table of Intrinsic Functions
Enter node , (file) or (file)node

LLt Intrinsic
.............

     LLt(STRING_A, STRING_B)

LLt: `LOGICAL(KIND=1)' function.

STRING_A: `CHARACTER'; scalar; INTENT(IN).

STRING_B: `CHARACTER'; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

   Returns `.TRUE.' if `STRING_A.LT.STRING_B', `.FALSE.' otherwise.
STRING_A and STRING_B are interpreted as containing ASCII character
codes.  If either value contains a character not in the ASCII character
set, the result is processor dependent.

   If the STRING_A and STRING_B are not the same length, the shorter is
compared as if spaces were appended to it to form a value that has the
same length as the longer.

   Note: LGe Intrinsic, for information on the distinction between
the `LLT' intrinsic and the `.LT.'  operator.


automatically generated by info2www version 1.2.2.9