Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

nested for loop

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
436 Views, 1 Reply

nested for loop

Is there a way to nest the for loops and get the print statements to come out clean in the listening console:

 

i=4
z=4
for x1 = 0 in i do(
 print "outer loop"
 for x2 =0 in z do (
  print "inner loop"
 )
)
Tags (3)
1 REPLY 1
Message 2 of 2
Swordslayer
in reply to: Anonymous

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report