|
character(len=maxstrlen) function | logical_to_character (LOGICALVALUE, ERR, ERROR) |
| Converts a logical value to either a "TRUE" or "FALSE" character string. More...
|
|
Definition at line 136 of file strings.f90.
character(len=maxstrlen) function strings::logicaltocharacter::logical_to_character |
( |
logical, intent(in) |
LOGICALVALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Converts a logical value to either a "TRUE" or "FALSE" character string.
- Parameters
-
[in] | logicalvalue | The logical value to convert |
[out] | err | The error code |
[out] | error | The error string |
- Returns
- On exit, the character equivalent value
Definition at line 850 of file strings.f90.