Sets the contents of the key from a CHARACTER string Arguments: key - the output key value - the input CHARACTER string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(key_type), | intent(out) | :: | key | |||
| character(len=*), | intent(in) | :: | value | 
Sets the contents of the key from an INTEGER(INT8) vector Arguments: key - the output key value - the input INTEGER(INT8) vector
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(key_type), | intent(out) | :: | key | |||
| integer(kind=int8), | intent(in) | :: | value(:) | 
Sets the contents of the key from an INTEGER(INT32) vector Arguments: key - the output key value - the input INTEGER(INT32) vector
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(key_type), | intent(out) | :: | key | |||
| integer(kind=int32), | intent(in) | :: | value(:) |