02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Intrinsic procedures<br />

Intrinsic procedure specifications<br />

The result is .TRUE. if STRING_A follows STRING_B in the ASCII collating sequence;<br />

otherwise, the result is .FALSE.. Note that the result is .FALSE. if both STRING_A and<br />

STRING_B areofzerolength.<br />

LLE(STRING_A, STRING_B)<br />

Description<br />

Tests whether a string is lexically less than or equal to another string, based on the ASCII<br />

collating sequence.<br />

Class<br />

Elemental function.<br />

Arguments<br />

STRING_A must be of type default character.<br />

STRING_B must be of type default character.<br />

Result type/<br />

type parameters<br />

Default logical.<br />

Result value<br />

If the strings are of unequal length, the comparison is made as if the shorter string were<br />

extended on the right with blanks to the length of the longer string.<br />

If either string contains a character not in the ASCII character set, the result is processor<br />

dependent.<br />

The result is .TRUE. if the strings are equal or if STRING_A precedes STRING_B in the ASCII<br />

collating sequence; otherwise, the result is .FALSE.. Note that the result is .TRUE. if both<br />

STRING_A and STRING_B areofzerolength.<br />

LLT(STRING_A, STRING_B)<br />

Description<br />

Tests whether a string is lexically less than another string, based on the ASCII collating<br />

sequence.<br />

Chapter 11 547

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!