The GRIB_SET_ARRAY procedure sets the value of a scalar key in a GRIB message.

Examples


See GRIB_SET for a general example using the GRIB routines.

Syntax


GRIB_SET_ARRAY, Ghandle, Key, Value

Arguments


Ghandle

The GRIB file handle.

Key

The key name, which must be a case-sensitive string.

Value

The array value to set for Key. Value is set as the native type.

Version History


8.1

Introduced

See Also


GRIB_SET