Mike-

Monday, January 9, 2012, 2:28:24 PM, you wrote:

>  put ((yy - 1) * W * 4 ) + ((xx - 1) * 4) into myindex

...and if I'm not wrong about this, that would be

   put (((yy - 1) * W) + xx - 1)* 4 into myindex
   
-- 
-Mark Wieder
 mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to