XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


emsaplib (emsaplib-2.28) [xmmsas_20050815_1803-6.5.0]

addFilename emutils_mod module getCcd Home Index

Meta Index / Home Page / Description / emutils_mod module

changeCase

Aim: Switch from lower to upper case or vice-versa.

The routine declaration is:

  function changeCase(instring,dir) result(outstring)

! instring : input string
! dir      : direction (1: to lower case; 2: to uppercase; 0: switch case)

    character(len=*), intent(in) :: instring
    integer, intent(in) :: dir
    character(len=len(instring)) :: outstring



XMM-Newton SOC/SSC -- 2005-08-15