Oct 1, 2015 #1 zahedi66 Mechanical Joined Apr 13, 2015 Messages 33 Location IR Hi there, I've wrote a couple of subroutines (Udisp and USDFLD), there is a question.... there is a variable in UDISP that is depended on a condition in USDFLD, How I can connect these two subs to each other!? any help is apprectiated
Hi there, I've wrote a couple of subroutines (Udisp and USDFLD), there is a question.... there is a variable in UDISP that is depended on a condition in USDFLD, How I can connect these two subs to each other!? any help is apprectiated
Oct 1, 2015 #2 IceBreakerSours Bioengineer Joined Jan 18, 2012 Messages 1,641 Location US Can you use a state variable? You will have to be careful about what gets updated and when. COMMON blocks do NOT always get the job done. See the documentation for more on these. ********************************************************* Are you new to this forum? If so, please read these FAQs: http://www.eng-tips.com/faqs.cfm?fid=376http://www.eng-tips.com/faqs.cfm?fid=1083 Upvote 0 Downvote
Can you use a state variable? You will have to be careful about what gets updated and when. COMMON blocks do NOT always get the job done. See the documentation for more on these. ********************************************************* Are you new to this forum? If so, please read these FAQs: http://www.eng-tips.com/faqs.cfm?fid=376http://www.eng-tips.com/faqs.cfm?fid=1083
Oct 1, 2015 Thread starter #3 zahedi66 Mechanical Joined Apr 13, 2015 Messages 33 Location IR thank you, Still I have no clue how to do it Upvote 0 Downvote
Oct 1, 2015 #4 IceBreakerSours Bioengineer Joined Jan 18, 2012 Messages 1,641 Location US Well, that can be fixed: Read the documentation ********************************************************* Are you new to this forum? If so, please read these FAQs: http://www.eng-tips.com/faqs.cfm?fid=376http://www.eng-tips.com/faqs.cfm?fid=1083 Upvote 0 Downvote
Well, that can be fixed: Read the documentation ********************************************************* Are you new to this forum? If so, please read these FAQs: http://www.eng-tips.com/faqs.cfm?fid=376http://www.eng-tips.com/faqs.cfm?fid=1083