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


ssclib (ssclib-4.33) [xmmsas_20190531_1155-18.0.0]


stripStr()

  subroutine stripStr(inStr, outStr, isPreceedingOnly)
    character(*), intent(in)  :: inStr
    character(*), intent(out) :: outStr
    logical, intent(in), optional :: isPreceedingOnly	! .false. in default.
  end subroutine stripStr

This “strips” the input string, namely removes the preceeding and trailing spaces, tabs, line-feeds, carriage-returns. If isPreceedingOnly is given and TRUE, no trailing space is deleted.



XMM-Newton SOC/SSC -- 2019-06-02