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...
Continue reading...