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
probably he was following some kind of house standard or was used to doing it that way with shell script, in which is a little more common. the reason remains the same, you can see when the variable name starts and stops, that's all. > -Original Message- > From: Kevin Old [SMTP:[EMAIL PR

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
Perhaps he/she smoked lots of crack and had a hard time seeing the variables and liked to use emacs for syntax highlighting. Or perhaps he/she had too much crack and was confused if the script should really be a Makefile. > -Original Message- > From: Kevin Old [mailto:[EMAIL PROTECTED]] >