I agree with you. Since variables are global for the session, I just declare them and delete them in the calling program.
Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, April 05, 2012 2:45 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Passed Parameter Reference Name To tell you the truth, I just avoid them altogether... I'd rather just set the variable and then run the program. The only time I ever found passed parameters useful was back in 6.5 days when you wanted to type something like "run program.rmd using '1' " as the eep to run in a form. I had it happen too many times where the parameters had not been cleared and my program got confused on which to use -- usually caused by some previous programmer not clearing variables, so it was up to me to clear them before doing the "run". I'd rather just avoid it. Karen In a message dated 4/5/2012 2:39:38 PM Central Daylight Time, [email protected] writes: Of course, there is always the exception to any rule, but I have never encountered it, and have studiously avoided it.

