loadNamedStringArrays Interface

interface
public module subroutine loadNamedStringArrays(this, vars)

Arguments

Type IntentOptional Attributes Name
class(JSONController), intent(inout) :: this
type(NamedStringArray), intent(inout), dimension(:) :: vars

Values to load

Description

Load named string arrays from currently open json file. If a variable isn't found, the passed value is not modified.