Menu

#87 StrCmpS - case-sensitive string comparison

Stable
closed-accepted
NSIS (71)
5
2006-01-06
2005-12-15
No

i added a new command for casesensitive string
comparision using StrCmpS as command (like IntCmp and
IntCmpU).
comparision is done by lstrcmp() api function.

patch includes all necessary changes + small documentation

Discussion

  • Anonymous

    Anonymous - 2005-12-15

    StrCmpS cvs patch file

     
  • Anonymous

    Anonymous - 2005-12-15

    Logged In: YES
    user_id=970495

    btw: this responds completely to feature request #1258531 -
    "StrCpy /CASESENSITIVE ?"

    see
    http://sourceforge.net/tracker/index.php?func=detail&aid=1258531&group_id=22049&atid=373088

    i chose to rather implement a whole new command than adding
    a param.
    code-side its nearly the same, but scriptside it looks nicer.
    i do not like adding many /parameters to a script function.

     
  • Amir Szekely

    Amir Szekely - 2006-01-06
    • summary: StrCmpS - casesensitive string comparision --> StrCmpS - case-sensitive string comparison
    • status: open --> closed-accepted
     
  • Amir Szekely

    Amir Szekely - 2006-01-06

    Logged In: YES
    user_id=584402

    Thanks, applied.

    Please use only spaces for indention next time.

     

Log in to post a comment.