real_cat_str Function

public function real_cat_str(r, s) result(a)

Join a real number to a string and gives result as a string

Arguments

Type IntentOptional AttributesName
real, intent(in) :: r
character(len=*), intent(in) :: s

Return Value character(len=MAX_STRING_LEN)


Calls

proc~~real_cat_str~~CallsGraph proc~real_cat_str real_cat_str interface~tostr tostr proc~real_cat_str->interface~tostr proc~real_to_str real_to_str interface~tostr->proc~real_to_str proc~int_to_str int_to_str interface~tostr->proc~int_to_str proc~bool_to_str bool_to_str interface~tostr->proc~bool_to_str

Called by

proc~~real_cat_str~~CalledByGraph proc~real_cat_str real_cat_str interface~operator( + ) operator( + ) interface~operator( + )->proc~real_cat_str

Contents

None