| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CDK,len=*), | intent(in) | :: | str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CDK,len=*), | intent(in), | dimension(:) | :: | str |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CK,len=*), | intent(in) | :: | str | the string to check. |
is str a value 4-digit hex string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CK,len=*), | intent(in) | :: | str | input string |
< p
l o w e r c a s e
v e r s i o n
o f
t h e
s t r i n g < / p
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=IK), | intent(in) | :: | ival | integer value. |
||
| character(kind=CDK,len=*), | intent(in) | :: | int_fmt | format for integers |
||
| character(kind=CK,len=*), | intent(out) | :: | str |
|
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=RK), | intent(in) | :: | rval | real value. |
||
| character(kind=CDK,len=*), | intent(in) | :: | real_fmt | format for real numbers |
||
| logical(kind=LK), | intent(in) | :: | compact_real | compact the string so that it is displayed with fewer characters |
||
| character(kind=CK,len=*), | intent(out) | :: | str |
|
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CK,len=*), | intent(in) | :: | str_in | |||
| character(kind=CK,len=:), | intent(out), | allocatable | :: | str_out |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CK,len=*), | intent(in) | :: | str_in | string as stored in a json_value |
||
| character(kind=CK,len=:), | intent(out), | allocatable | :: | str_out | decoded string |
|
| character(kind=CK,len=:), | intent(out), | allocatable | :: | error_message | will be allocated if there was an error |