Get integer of kind 4 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
Get integer of kind 8 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |