I asked the Rocket Software guys to have LOCAL variables... but nothing...
:-(


On Thu, Jan 26, 2012 at 2:02 PM, Wjhonson <[email protected]> wrote:

>
> You've never worked on programs that are 8000 lines long I take it :)
>
>
>
>
> -----Original Message-----
> From: John Hester <[email protected]>
> To: U2 Users List <[email protected]>
> Sent: Thu, Jan 26, 2012 10:49 am
> Subject: Re: [U2] Passing by Value
>
>
> I like to use increasing roman numerals:
> FOR I = 1 TO COUNTER
>  GOSUB PROCESS
> EXT I
> PROCESS:
> OR II = 1 TO COUNTER2
>  FOR III = 1 TO COUNTER3
>   FOR IV = 1 TO COUNTER4
>
>   NEXT IV
>  NEXT III
> EXT II
> ETURN
> -----Original Message-----
> rom: [email protected]
> mailto:[email protected]] On Behalf Of Wjhonson
> ent: Thursday, January 26, 2012 10:09 AM
> 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
> ______________________________________________
> 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
>



-- 

*hp*
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to