"WHILE" command
"WHILE" command
(OP)
Hi,
somebody knows how to do a "while loop" with Ansys?
tanks you
Philets
somebody knows how to do a "while loop" with Ansys?
tanks you
Philets
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: "WHILE" command
Cheers
RE: "WHILE" command
-- drej --
RE: "WHILE" command
x=0
*dowhile,kk
.
.
.
x=x+1
if x=4 then
kk=0
*endif
.
.
*enddo
www.arclen.com