Darn...that's too simple! In addition, for a geek, there are too many characters. :-)

Bill

------------------------------------------------------------------------
----- Original Message -----
*From:* mec...@gmx.net
*To:* u2-users@listserver.u2ug.org
*Date:* 1/13/2012 9:52 AM
*Subject:* Re: [U2] Brilliant? or not?
What's wrong with IF S1 > S2 THEN SMAX = S1 ELSE SMAX = S2?
Definitely more readable!

If it was hard to write then it should be hard to read, I guess.

On 13/01/2012 17:41, Wjhonson wrote:
SMAX = (S1>  S2) * S1 + (S2>= S1) * S2

?
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to