[progress Communities] [progress Openedge Abl] Forum Post: Re: Comparing Objects (less Than...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The MESSAGE statement is sometimes a little bit special in how it treats / converts things. Try replacing MyFirstObject < MySecondObject with INT64(MyFirstObject) < INT64(MySecondObject) or even messaging those INT64() values and seeing what you get. Again, ENUM types do NOT follow this rule ... the INT64() function will return the enumeration's value (not an "object reference id").

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