stringValueR Function

public function stringValueR(self, requestedLength) result(s)

Get the string value of length requestedLength stored in the object, or convert the value in the object to a string of that length if it is of a different type. This version is deprecated in favor of the stringValueA function that uses allocated strings. This version is included only so that other code that uses this library doesn't break. It is overloaded as stringValue(requestedLength).

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self
integer :: requestedLength

Return Value character(len=requestedLength)


Called by

proc~~stringvaluer~~CalledByGraph proc~stringvaluer FTValue%stringValueR none~stringvalue FTValue%stringValue none~stringvalue->proc~stringvaluer proc~ftvaluedescription FTValue%FTValueDescription proc~ftvaluedescription->none~stringvalue proc~stringvalueforkeya FTValueDictionary%stringValueForKeyA proc~stringvalueforkeya->none~stringvalue proc~stringvalueforkeyr FTValueDictionary%stringValueForKeyR proc~stringvalueforkeyr->none~stringvalue proc~printvaluedescription FTValue%printValueDescription proc~printvaluedescription->proc~ftvaluedescription