Lexical Functions
LLT = lexically less than
LLE = lexically less than or equal to
LGT = lexically greater than
LGE = lexically greater than or equal to
These functions always compare characters according to the ASCII collating sequence.
Do not use the relational operators <, <=, > and >= with character strings.
example
rst = LLT(string1, string2)
* lexical = 사전의
'Programming > Fortran' 카테고리의 다른 글
Convert character data into numeric data and vice versa using internal file (0) | 2008.12.18 |
---|---|
Intrinsic Character Functions (0) | 2008.12.16 |
Gauss-Jordan Elimination (0) | 2008.12.16 |
Assumed-Shape Dummy Arrays (0) | 2008.12.16 |
Explicit-Shape Dummy Arrays (0) | 2008.12.15 |