Re: Variables and Modules

2002-04-10 Thread drieux
On Monday, April 8, 2002, at 11:56 , Kevin Old wrote: > Hello all, > > Quick question about variables. I am editing a few scripts written by > another programmer and he programs every variable surrounded in brackets, > like ${var_name}. > > Is there any advantage to this? in it's self this is

RE: Variables and Modules

2002-04-08 Thread Kinzer Tom J
SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 11:57 AM > To: [EMAIL PROTECTED] > Subject: Variables and Modules > > Hello all, > > Quick question about variables. I am editing a few scripts written by > another programmer and he programs every varia

Re: Variables and Modules

2002-04-08 Thread John W. Krahn
Kevin Old wrote: > > Hello all, Hello, > Quick question about variables. I am editing a few scripts written by > another programmer and he programs every variable surrounded in brackets, > like ${var_name}. > > Is there any advantage to this? If you are interpolating a variable in a text str

RE: Variables and Modules

2002-04-08 Thread Nikola Janceski
TECTED]] > Sent: Monday, April 08, 2002 2:57 PM > To: [EMAIL PROTECTED] > Subject: Variables and Modules > > > Hello all, > > Quick question about variables. I am editing a few scripts > written by > another programmer and he programs every variable surrounde

Variables and Modules

2002-04-08 Thread Kevin Old
Hello all, Quick question about variables. I am editing a few scripts written by another programmer and he programs every variable surrounded in brackets, like ${var_name}. Is there any advantage to this? The only reason I can think that he is doing this is because of the module that is