Clicky

Fortran Wiki
len_trim (Rev #1, changes)

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

Showing changes from revision #0 to #1: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

Description

Returns the length of a character string, ignoring any trailing blanks.

Standard

Fortran 95 and later, with kind argument Fortran 2003 and later

Class

Elemental function

Syntax

result = len_trim(string [, kind])

Arguments

  • string - Shall be a scalar of type character, with intent(in)
  • kind - (Optional) An integer initialization expression indicating the kind parameter of the result.

Return value

The return value is of type integer and of kind kind. If kind is absent, the return value is of default integer kind.

See also

len, adjustl, adjustr

category: Intrinsics

Revision from April 26, 2009 19:09:46 by Jason Blevins
Forward in time (to current) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures, len

AltStyle によって変換されたページ (->オリジナル) /