Clicky

Fortran Wiki
null (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 a disassociated pointer.

If mold is present, a dissassociated pointer of the same type is returned, otherwise the type is determined by context.

In Fortran 95, mold is optional. Please note that Fortran 2003 includes cases where it is required.

Standard

Fortran 95 and later

Class

Transformational function

Syntax

ptr => null([mold])

Arguments

  • mold - (Optional) shall be a pointer of any association status and of any type.

Return value

A disassociated pointer.

Example

real, pointer, dimension(:) :: vec => null ()

See also

associated

category: Intrinsics

Revision from April 26, 2009 19:21:26 by Jason Blevins
Forward in time (2 more) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures, associated

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