Perhaps you should consider making that one an external subroutine - it sounds like it could be used in more than one place. External subroutines would give you the scope control you want.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Wjhonson Sent: Thursday, January 26, 2012 1:26 PM To: [email protected] Subject: Re: [U2] Passing by Value And if your internal subroutine is called RECONCILE.CUSTOMERS.BUDGET.BALANCE ?? -----Original Message----- From: Dave Davis <[email protected]> To: U2 Users List <[email protected]> Sent: Thu, Jan 26, 2012 10:17 am Subject: Re: [U2] Passing by Value By way of naming convention: FOR PROCESS_I = 1 TO 20 -----Original Message----- rom: [email protected] [mailto:[email protected]] n Behalf Of Wjhonson ent: Thursday, January 26, 2012 1:09 PM o: [email protected] ubject: Re: [U2] Passing by Value n a related note, any clever ideas to localize a variable to a local ubroutine? For I = 1 to 10 GOSUB PROCESS ext I top 3000 Lines of code later.... PROCESS: OR I = 1 TO 20 RINT I EXT I ETURN ______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________ ave Davis eam Lead, R&D P: 614-875-4910 x108 : 614-875-4088 : [email protected] [http://www.harriscomputer.com/images/signatures/HarrisSchools.gif] [http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]<http://www.harriscomputer.com/> 6110 Enterprise Parkway rove City, OH 3123 ww.harris-schoolsolutions.com<http://www.harris-schoolsolutions.com> This message is intended exclusively for the individual or entity to which it is ddressed. This communication may contain information that is proprietary, rivileged or confidential or otherwise legally exempt from disclosure. If you re not the named addressee, you are not authorized to read, print, retain, copy r disseminate this message or any part of it. If you have received this message n error, please notify the sender immediately by e-mail and delete all copies f the message. _______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users ________________________________ Dave Davis Team Lead, R&D P: 614-875-4910 x108 F: 614-875-4088 E: [email protected] [http://www.harriscomputer.com/images/signatures/HarrisSchools.gif] [http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]<http://www.harriscomputer.com/> 6110 Enterprise Parkway Grove City, OH 43123 www.harris-schoolsolutions.com<http://www.harris-schoolsolutions.com> This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, privileged or confidential or otherwise legally exempt from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
