The function strz_I8P converts integer to string, prefixing with the right number of zeros. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(in), | optional | :: | nz_pad | ||
integer(kind=I8P), | intent(in) | :: | n |
The function strz_I4P converts integer to string, prefixing with the right number of zeros. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(in), | optional | :: | nz_pad | ||
integer(kind=I4P), | intent(in) | :: | n |
The function strz_I2P converts integer to string, prefixing with the right number of zeros. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(in), | optional | :: | nz_pad | ||
integer(kind=I2P), | intent(in) | :: | n |
The function strz_I1P converts integer to string, prefixing with the right number of zeros. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(in), | optional | :: | nz_pad | ||
integer(kind=I1P), | intent(in) | :: | n |