LLT(STRING_A, STRING_B)

Purpose

Test whether a string is lexically less than another string, based on the ASCII collating sequence.

Class

Elemental function

Argument type and attributes

STRING_A
An INTENT(IN) CHARACTER
STRING_B
An INTENT(IN) CHARACTER

Result type and attributes

Default logical.

Result value

Examples

LLT ('ONE', 'TWO') has the value .TRUE..

Specific Name Argument Type Result Type Pass As Arg?
LLT default character default logical yes  1 
Note:
  •  1  IBM extension: the ability to pass the name as an argument.