plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
zfill
Function
MIT
9 statements
Source File
MathClass.f90
MathClass
zfill
Contents
public pure function zfill(intval, n) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
intval
integer(kind=int32),
intent(in)
::
n
Return Value
character(len=n)