didn't know that fact about number precedence. Elegant!
As always, there are multiple ways to achieve identical results - that's one of the interesting facets of programming. "abs(tITEM - 255)" - as in your function above - produces the same result as "255 - tItem", but if you put 255 in front you do not need the correcting workaround "abs". -- Wilhelm Sanke <http://www.sanke.org/MetaMedia>
-- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
