data pass through subroutines
data pass through subroutines
(OP)
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
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





RE: data pass through subroutines
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=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: data pass through subroutines
Still I have no clue how to do it
RE: data pass through subroutines
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083