[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: String Compare = true which are not Equal

  • Thread starter Thread starter Stefan Marquardt
  • Start date Start date
Status
Not open for further replies.
S

Stefan Marquardt

Guest
Hi Richard, I tested Compare and it works as expected (by me) although I used EQ as comperator too. So within Compare "EQ" as relation-operator is different than using EQ operator. Very confusing because the relation-operators are not descibed in the help. define variable cTest as character no-undo. cTest = " ". message cTest = "" view-as alert-box. MESSAGE COMPARE (cTest, "=", "", "CAPS"). From my logical view it's not stringent (german word) I have to be aware of it that for 100% comparision I need to use the longer COMPARE function. Thank you for your annotation.

Continue reading...
 
Status
Not open for further replies.
Back
Top