Menu

#322 StrCmp with more strings

closed
Scripting (152)
5
2006-08-25
2006-08-22
idleberg
No

why not add the ability to compare a string to multiple
other strings

StrCmp $Input $Output1 $Output2 $Output3 Success

rather than

StrCmp $Input $Output1 Success
StrCmp $Input $Output2 Success
StrCmp $Input $Output3 Success

Discussion

  • Amir Szekely

    Amir Szekely - 2006-08-25
    • labels: --> Scripting
    • assigned_to: nobody --> kichik
    • status: open --> closed
     
  • Amir Szekely

    Amir Szekely - 2006-08-25

    Logged In: YES
    user_id=584402

    I'd rather not add such an instruction. There is no other
    instruction that acts this way and the alternative method is
    not that complicated.

     

Log in to post a comment.