Toggle navigation
zoziha/easy_plplot
Module Usage
Contents
Source Files
Modules
Procedures
Programs
Source Files
Modules
Procedures
Programs
int2char
Function
22 statements
Source File
utilities.f90
utilities_m
int2char
Contents
None
public pure function int2char(a, f, l) result(o)
Convert an integer to a character
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
a
Integer value to convert
character,
intent(in),
optional
::
f
Format of result
integer,
intent(in),
optional
::
l
Length of result
Return Value
character,allocatable
Contents
None