Clicky

Fortran Wiki
iachar (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

iachar(c) returns the code for the ASCII character in the first character position of c.

Standard

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

Class

Elemental function

Syntax

result = iachar(c [, kind])

Arguments

  • c - Shall be a scalar 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.

Example

program test_iachar
 integer i
 i = iachar(' ')
end program test_iachar

Note

See ichar for a discussion of converting between numerical values and formatted string representations.

See also

achar, char, ichar

category: Intrinsics

Revision from April 24, 2009 16:11:46 by Jason Blevins
Forward in time (to current) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures, achar, char, ichar

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