How to convert uppercase to lowercase in fortran

From: andy (andylcx_at_hotmail.com)
Date: 03/15/05


Date: 15 Mar 2005 09:11:24 -0800

Hi guys:
   Is there a subroutine to convert the uppercase to lowercase or vice
visa in fortran. I need to use it to compare two strings. Thanks in
advance!



Relevant Pages

  • Re: How to convert uppercase to lowercase in fortran
    ... I need to use it to compare two strings. ... What's 'vice visa' in fortran? ...
    (comp.lang.fortran)
  • Re: A note on computing thugs and coding bums
    ... Here's my response including a bug fix. ... to make "modern strings" possible was designed and first implemented ... contents to strings, to compare them, and to duplicate them. ... while the Pike code will NEVER work...for international strings. ...
    (comp.programming)
  • Re: Ascan with a Substr
    ... the above suggestion: ... operator to compare the strings. ... code block you originally used was just right, ...
    (comp.lang.clipper)
  • Re: Ascan with a Substr
    ... The following solution work well ... operator to compare the strings. ... code block you originally used was just right, ...
    (comp.lang.clipper)
  • Re: almost equal strings
    ... Those are good for comparing words, or arbitrary strings, as Roedy asked, but he reveals that he actually wants to compare phrases. ... You might need a more refined scoring method, though - not all insertion, deletions or substitutions are of equal importance. ... Anyway, i don't think cljp is the place to ask about this - there is a huge body of knowlege about text processing which Roedy could tap into, and there must be a place to ask questions on it. ...
    (comp.lang.java.programmer)