On Wed, May 27, 2009 at 11:50:12PM +0100, alan battersby wrote:
>  #<_current_depth> = [#<_loop_count> + 1] * [#<_max_cut>] 

Instead, write 
    #<_current_depth> = [[#<_loop_count> + 1] * #<_max_cut>] 
that is, put [] around the entire expression.

Jeff

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to