12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

LEN 90Returns the length of the supplied string.SynopsisLEN(STRING)ArgumentThe argument STRING is a character string or an array.Return ValueThe return value is an integer that represents the length of the scalar string supplied, or the lengthof an element of STRING if STRING is an array.LEN_TRIM 90Returns the length of the supplied string minus the number of trailing blanks.SynopsisLEN_TRIM(STRING)ArgumentsThe argument STRING is a character string.Return ValueThe return value is an integer that represents the length of the scalar string minus the number oftrailing blanks, if any.LGE 90Test the supplied strings to see if the first string STRING_A is lexically greater than or equal tothe second string STRING_B. A string is lexically greater than another string if the first stringfollows the second string alphabetically.SynopsisLGE(STRING_A, STRING_B)ArgumentThe arguments STRING_A and STRING_B are of type default character.220 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!