dm_string_to_upper Function

public pure elemental function dm_string_to_upper(str) result(upper)

Returns given string in upper case.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

String to convert.

Return Value character(len=len)

Result.


Called by

proc~~dm_string_to_upper~~CalledByGraph proc~dm_string_to_upper dm_string_to_upper interface~dm_to_upper dm_to_upper interface~dm_to_upper->proc~dm_string_to_upper proc~dm_modbus_byte_order_from_name dm_modbus_byte_order_from_name proc~dm_modbus_byte_order_from_name->interface~dm_to_upper