str_cat_real Function

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

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

Arguments

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

Return Value character(len=MAX_STRING_LEN)


Calls

proc~~str_cat_real~~CallsGraph proc~str_cat_real str_cat_real interface~tostr tostr proc~str_cat_real->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~~str_cat_real~~CalledByGraph proc~str_cat_real str_cat_real interface~operator( + ) operator( + ) interface~operator( + )->proc~str_cat_real

Contents

None