May 20, 2009 #1 simthehunter Mechanical Joined Mar 8, 2009 Messages 18 Location CA Is someone know the good sintax to use a if funtion in a for loop ? THX
May 21, 2009 #2 swearingen Civil/Environmental Joined Feb 15, 2006 Messages 668 Location US I haven't done loop programming with MathCad, but does it have do-until or while-repeat loops? This may be what you're looking for. If you "heard" it on the internet, it's guilty until proven innocent. - DCS http://www.eng-tips.com/supportus.cfm Upvote 0 Downvote
I haven't done loop programming with MathCad, but does it have do-until or while-repeat loops? This may be what you're looking for. If you "heard" it on the internet, it's guilty until proven innocent. - DCS http://www.eng-tips.com/supportus.cfm
May 21, 2009 #3 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,888 Location US Have you tried the Help facility? Not to mention the dozens of examples files on the PTC website? TTFN FAQ731-376 Upvote 0 Downvote
Have you tried the Help facility? Not to mention the dozens of examples files on the PTC website? TTFN FAQ731-376
May 21, 2009 #4 BobM3 Mechanical Joined Mar 27, 2005 Messages 670 Location US Change the loop counter value if the "IF" is true? Upvote 0 Downvote
May 21, 2009 Thread starter #5 simthehunter Mechanical Joined Mar 8, 2009 Messages 18 Location CA I found my errors. Thx for your help ! Simon Upvote 0 Downvote