Clicky

Fortran Wiki
null

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

Description

Returns a disassociated pointer.

If mold is present, a disassociated 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

Revised on April 4, 2016 14:43:30 by Jason Blevins (128.146.137.52) (688 characters / 0.0 pages)
Edit | Back in time (2 revisions) | See changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, associated

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